diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index 0a2cc41b08..4905b64cfa 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -13,6 +13,10 @@ homepage="https://github.com/iovisor/bcc" distfiles="https://github.com/iovisor/${pkgname}/archive/v${version}.tar.gz" checksum=8bdea41286dda0605e3e52fc76d345356dc637434935a112e6378e2dcb439a70 +if [ "${XBPS_TARGET_MACHINE##*-}" = musl ]; then + broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/13841/steps/shell_3/logs/stdio" +fi + bcc-tools_package() { short_desc+=" - tools" depends="python-bcc>=${version}_${revision}"