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

Antonio Rojas arojas at archlinux.org
Sat Oct 26 17:19:13 UTC 2019


    Date: Saturday, October 26, 2019 @ 17:19:12
  Author: arojas
Revision: 365890

Restore debug libraries. Those are not 'debug' in the usual sense, they are expected to be installed (FS#64237)

Modified:
  intel-tbb/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-26 17:13:11 UTC (rev 365889)
+++ PKGBUILD	2019-10-26 17:19:12 UTC (rev 365890)
@@ -7,7 +7,7 @@
 pkgname=intel-tbb
 pkgver=2019.9
 _tagname=${pkgver/./_U}
-pkgrel=1
+pkgrel=2
 pkgdesc='High level abstract threading library'
 arch=(x86_64)
 url='https://www.threadingbuildingblocks.org/'
@@ -19,7 +19,6 @@
 
 build() {
   cd tbb-$_tagname
-  sed -i '/debug/d' Makefile
   make
 }
 



More information about the arch-commits mailing list