aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/bcc/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/bcc/APKBUILD b/testing/bcc/APKBUILD
index 01e5d5f28e..c59c7477cd 100644
--- a/testing/bcc/APKBUILD
+++ b/testing/bcc/APKBUILD
@@ -1,15 +1,16 @@
# Maintainer: Adam Jensen <acjensen@gmail.com>
pkgname=bcc
pkgver=0.9.0
-pkgrel=0
+pkgrel=1
pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs"
url="https://github.com/iovisor/bcc/"
arch="aarch64 x86 x86_64"
license="Apache-2.0"
# bcc's test suite requires privileged access to run BPF programs
options="!check"
-depends="libbpf python"
-makedepends="tar git llvm7-dev llvm7-static clang-dev clang-static cmake flex-dev
+depends="python"
+_llvmver=8
+makedepends="tar git llvm${_llvmver}-dev llvm${_llvmver}-static clang-dev clang-static cmake flex-dev
bison luajit-dev build-base iperf linux-headers elfutils-dev zlib-dev
libbpf-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/iovisor/$pkgname/archive/v$pkgver.tar.gz