libbitcoin-explorer: fix build with armv6*
This commit is contained in:
@@ -19,6 +19,10 @@ distfiles="https://github.com/libbitcoin/libbitcoin-explorer/archive/v${version}
|
|||||||
checksum=630cffd577c0d10345b44ce8160f4604519b0ca69bf201f524f104c207b930aa
|
checksum=630cffd577c0d10345b44ce8160f4604519b0ca69bf201f524f104c207b930aa
|
||||||
conf_files="/etc/libbitcoin/bx.cfg"
|
conf_files="/etc/libbitcoin/bx.cfg"
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv6*) makedepends+=" libatomic-devel" LDFLAGS="-latomic" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user