[arch-commits] Commit in bcc/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Jun 8 17:31:23 UTC 2021
Date: Tuesday, June 8, 2021 @ 17:31:22
Author: anatolik
Revision: 959730
upgpkg: bcc 0.20.0-3: FS#71163 apply workaround for LLVM12
Modified:
bcc/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-08 17:31:05 UTC (rev 959729)
+++ PKGBUILD 2021-06-08 17:31:22 UTC (rev 959730)
@@ -5,7 +5,7 @@
pkgbase=bcc
pkgname=('bcc' 'bcc-tools' 'python-bcc')
pkgver=0.20.0
-pkgrel=2
+pkgrel=3
pkgdesc='BPF Compiler Collection'
arch=('x86_64')
url='https://github.com/iovisor/bcc'
@@ -22,7 +22,8 @@
# The python version is irrelevant at this stage
cmake -DREVISION=$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=/usr/lib ..
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib .. \
+ -DENABLE_LLVM_SHARED=1 # FS#71163
make
}
More information about the arch-commits
mailing list