Date: Friday, August 5, 2016 @ 14:14:03 Author: arojas Revision: 185322
Build with std=c++98 to prevent segfaults Modified: brial/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-05 13:56:41 UTC (rev 185321) +++ PKGBUILD 2016-08-05 14:14:03 UTC (rev 185322) @@ -3,7 +3,7 @@ pkgname=brial pkgver=0.8.5 -pkgrel=1 +pkgrel=2 pkgdesc="Library for polynomials over boolean rings" arch=(i686 x86_64) url="https://github.com/BRiAl/BRiAl" @@ -19,6 +19,7 @@ cd $pkgname-$pkgver export PYTHON=python2 + export CXXFLAGS="$CXXFLAGS -std=c++98" ./configure --prefix=/usr --enable-shared make }
