bitcoin: fix armv6
This commit is contained in:
parent
e031d2ab0e
commit
0c44224bd8
1 changed files with 2 additions and 6 deletions
|
@ -5,7 +5,8 @@ revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr"
|
||||||
hostmakedepends="pkg-config yasm"
|
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"
|
short_desc="Bitcoin is a peer-to-peer network based digital currency"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -14,11 +15,6 @@ distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.ta
|
||||||
checksum=34de2dbe058c1f8b6464494468ebe2ff0422614203d292da1c6458d6f87342b4
|
checksum=34de2dbe058c1f8b6464494468ebe2ff0422614203d292da1c6458d6f87342b4
|
||||||
conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0
|
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
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
# XXX -qt subpkg
|
# XXX -qt subpkg
|
||||||
makedepends+=" qt5-devel qt5-tools-devel"
|
makedepends+=" qt5-devel qt5-tools-devel"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue