[arch-commits] Commit in brial/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Mar 30 07:43:26 UTC 2017


    Date: Thursday, March 30, 2017 @ 07:43:25
  Author: arojas
Revision: 220056

Still segfaults with c++11

Modified:
  brial/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-30 06:44:24 UTC (rev 220055)
+++ PKGBUILD	2017-03-30 07:43:25 UTC (rev 220056)
@@ -3,7 +3,7 @@
 
 pkgname=brial
 pkgver=0.8.6
-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
 }



More information about the arch-commits mailing list