libbitcoin-explorer: fix build with armv6*
This commit is contained in:
parent
2a4c083502
commit
01cdb097b6
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ distfiles="https://github.com/libbitcoin/libbitcoin-explorer/archive/v${version}
|
|||
checksum=630cffd577c0d10345b44ce8160f4604519b0ca69bf201f524f104c207b930aa
|
||||
conf_files="/etc/libbitcoin/bx.cfg"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6*) makedepends+=" libatomic-devel" LDFLAGS="-latomic" ;;
|
||||
esac
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue