From 7d2895044103f981c6a0f9012bd4c7c36256fe5c Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 6 Aug 2015 19:12:43 +0000 Subject: [PATCH] bitcoin: broken on musl --- srcpkgs/bitcoin/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index aa93c620a17..82178e2e840 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -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"