mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/bcc: rebuild with llvm8 and fix depends
let abuild pull in libbpf
This commit is contained in:
parent
f2c041ba3a
commit
bce698c08b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user