bcc: broken on musl.

This commit is contained in:
Juan RP 2016-09-19 15:46:53 +02:00
parent 1fe319acc0
commit 62fbddb7df

View file

@ -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}"