diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index 985568af0e5..ec53dd8e3ba 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -20,6 +20,10 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" fi +if [ "${XBPS_TARGET_LIBC}" = musl ]; then + makedepends+=" libexecinfo-devel" +fi + post_extract() { sed -i '/tests/d' CMakeLists.txt # break on musl sed -i 's///' examples/cpp/KModRetExample.cc