bitcoin: broken on musl
This commit is contained in:
parent
d7a9caa38f
commit
7d28950441
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue