bitcoin: fix armv6

This commit is contained in:
Michael Gehring 2017-11-16 11:49:26 +00:00
parent e031d2ab0e
commit 0c44224bd8

View file

@ -5,7 +5,8 @@ revision=1
build_style=gnu-configure
configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
hostmakedepends="pkg-config yasm"
makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel qrencode-devel"
makedepends="db-devel protobuf-devel boost-devel miniupnpc-devel libevent-devel
qrencode-devel libatomic-devel"
short_desc="Bitcoin is a peer-to-peer network based digital currency"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
@ -14,11 +15,6 @@ distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.ta
checksum=34de2dbe058c1f8b6464494468ebe2ff0422614203d292da1c6458d6f87342b4
conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
case "${XBPS_TARGET_MACHINE}" in
# missing libatomic?
armv6l*) broken="https://build.voidlinux.eu/builders/armv6l_builder/builds/6089/steps/shell_3/logs/stdio" ;;
esac
if [ -z "$CROSS_BUILD" ]; then
# XXX -qt subpkg
makedepends+=" qt5-devel qt5-tools-devel"