diff --git a/srcpkgs/bcc/template b/srcpkgs/bcc/template index ef587a66bc..8079f087f6 100644 --- a/srcpkgs/bcc/template +++ b/srcpkgs/bcc/template @@ -15,6 +15,10 @@ distfiles="https://github.com/iovisor/${pkgname}/archive/v${version}.tar.gz" checksum=ac92f25861453b71943bd2ffbd5ed0b906e62a000d18ba61b178a1c13e57a32d nocross=yes # https://github.com/voidlinux/void-packages/issues/4738 +case "$XBPS_TARGET_MACHINE" in + i686*) broken="__uint128t not available" ;; +esac + post_extract() { sed -i '/tests/d' CMakeLists.txt # break on musl }