bcc: update to 0.14.0.

This commit is contained in:
Leah Neukirchen 2020-05-22 01:36:32 +02:00
parent 6edce39bff
commit a9476ce777

View file

@ -1,21 +1,20 @@
# Template file for 'bcc' # Template file for 'bcc'
pkgname=bcc pkgname=bcc
version=0.13.0 version=0.14.0
revision=2 revision=1
wrksrc="bcc" wrksrc="bcc"
build_style=cmake build_style=cmake
configure_args="-DREVISION=${version}" configure_args="-DREVISION=${version}"
hostmakedepends="flex" hostmakedepends="flex"
makedepends="clang elfutils-devel lld-devel llvm ncurses-devel makedepends="clang clang-tools-extra elfutils-devel flex lld-devel llvm
python3-devel zlib-devel" ncurses-devel python3-devel zlib-devel"
short_desc="BPF-based Linux IO analysis, networking, monitoring, and more" short_desc="BPF-based Linux IO analysis, networking, monitoring, and more"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/iovisor/bcc" homepage="https://github.com/iovisor/bcc"
distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz" distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz"
checksum=dd393ec0b05bb6da5aa5b4a62633e0e5b632b47b8ca0c57860418a7e82e3b797 checksum=77b88e1afba12585a270ce216ec1e6c0770c1cacb768150cf7d219b0e21280c3
python_version="3" python_version="3"
nocross=yes # https://github.com/voidlinux/void-packages/issues/4738
post_extract() { post_extract() {
sed -i '/tests/d' CMakeLists.txt # break on musl sed -i '/tests/d' CMakeLists.txt # break on musl