diff --git a/srcpkgs/bcc/patches/musl.patch b/srcpkgs/bcc/patches/musl.patch index 41bf27f4bc7..8d8f4591d21 100644 --- a/srcpkgs/bcc/patches/musl.patch +++ b/srcpkgs/bcc/patches/musl.patch @@ -48,3 +48,12 @@ #include #include #include +--- a/src/cc/libbpf/src/gen_loader.c ++++ b/src/cc/libbpf/src/gen_loader.c +@@ -1,5 +1,6 @@ + // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) + /* Copyright (c) 2021 Facebook */ ++#include + #include + #include + #include diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index fad13cc987c..54509b63d5a 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -1,7 +1,7 @@ # Template file for 'bcc' pkgname=bcc -version=0.23.0 -revision=2 +version=0.24.0 +revision=1 wrksrc="bcc" build_style=cmake configure_args="-DREVISION=${version} -DENABLE_LLVM_SHARED=1" @@ -13,7 +13,7 @@ maintainer="Leah Neukirchen " license="Apache-2.0" homepage="https://github.com/iovisor/bcc" distfiles="https://github.com/iovisor/bcc/releases/download/v${version}/bcc-src-with-submodule.tar.gz>bcc-${version}.tar.gz" -checksum=1a8ad163756926bcc590766682caacdcfdac1b13f54976ab3f25acd5544b15ec +checksum=4ff35d71f1dc3b6fc5626bbb7644afc9eb0953be23e873c61034c8f50c589268 python_version="3" if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then