From bce698c08be7d7ec55a44e6bc2d07d1fd4d98482 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 12 Jun 2019 11:57:33 +0000 Subject: testing/bcc: rebuild with llvm8 and fix depends let abuild pull in libbpf --- testing/bcc/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testing') 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 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 -- cgit v1.2.3