bitcoin: broken on musl

This commit is contained in:
Eivind Uggedal 2015-08-06 19:12:43 +00:00
parent d7a9caa38f
commit 7d28950441
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ homepage="http://www.bitcoin.org/"
distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
checksum=cddf96c71d0a35524fde93380981cf0cf0b51441454a3a68b9be491b9239bfec
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="http://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2804/steps/shell_3/logs/stdio";;
esac
if [ -z "$CROSS_BUILD" ]; then
# XXX -qt subpkg
hostmakedepends+=" automoc4"