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

Antonio Rojas arojas at archlinux.org
Wed May 18 11:29:29 UTC 2016


    Date: Wednesday, May 18, 2016 @ 13:29:29
  Author: arojas
Revision: 175609

Fix build with GCC 6

Modified:
  brial/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-18 10:06:53 UTC (rev 175608)
+++ PKGBUILD	2016-05-18 11:29:29 UTC (rev 175609)
@@ -19,6 +19,7 @@
   cd $pkgname-$pkgver 
 
   export PYTHON=python2
+  export CXXFLAGS+=' -std=gnu++98'
   ./configure --prefix=/usr --enable-shared
   make
 }



More information about the arch-commits mailing list