testing/bcc: rebuild with llvm8 and fix depends

let abuild pull in libbpf
This commit is contained in:
Natanael Copa 2019-06-12 11:57:33 +00:00
parent f2c041ba3a
commit bce698c08b

View File

@ -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