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

Antonio Rojas arojas at archlinux.org
Fri Jul 1 19:38:22 UTC 2016


    Date: Friday, July 1, 2016 @ 19:38:22
  Author: arojas
Revision: 270840

Workaround segfaults with GCC6 (FS#49898)

Modified:
  intel-tbb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-01 16:40:45 UTC (rev 270839)
+++ PKGBUILD	2016-07-01 19:38:22 UTC (rev 270840)
@@ -7,7 +7,7 @@
 pkgver=4.4_20160526
 _tag=tbb${pkgver/\./}oss
 _file=${_tag}_src.tgz
-pkgrel=1
+pkgrel=2
 pkgdesc='High level abstract threading library'
 arch=(i686 x86_64)
 url='http://www.threadingbuildingblocks.org/'
@@ -18,6 +18,7 @@
 
 build() {
   cd $_tag
+  export CXXFLAGS+=" -fno-lifetime-dse" # FS#49898
   make
 }
 



More information about the arch-commits mailing list