bcc: link LLVM dynamically.

As a distro, we want this anyway, but static linking also broke, e.g.
bpftrace: https://github.com/iovisor/bpftrace/issues/1855
This commit is contained in:
Leah Neukirchen 2021-08-06 15:27:38 +02:00
parent f2834f9a72
commit 85c4ba04cc

View file

@ -1,10 +1,10 @@
# Template file for 'bcc'
pkgname=bcc
version=0.21.0
revision=3
revision=4
wrksrc="bcc"
build_style=cmake
configure_args="-DREVISION=${version}"
configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1"
hostmakedepends="flex python3"
makedepends="clang clang-tools-extra elfutils-devel flex lld-devel llvm
ncurses-devel python3-devel zlib-devel"