Skip to content

Commit

Permalink
bcc: link LLVM dynamically.
Browse files Browse the repository at this point in the history
As a distro, we want this anyway, but static linking also broke, e.g.
bpftrace: bpftrace/bpftrace#1855
  • Loading branch information
leahneukirchen authored and Nathaniel Barragan committed Aug 27, 2021
1 parent e97f8ff commit 047d986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/bcc/template
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 047d986

Please sign in to comment.