gnunet: fix armv[56]*, mips*, ppc, ppc-musl build

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-07-23 21:00:50 +02:00
parent 161e6a685b
commit 50b8fbb666
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8

View File

@ -15,6 +15,11 @@ homepage="https://gnunet.org"
distfiles="https://git.gnunet.org/gnunet.git/snapshot/${pkgname}-v${version}.tar.gz"
checksum=ac99e7e5a167aa42e7734ad5c94a31be1f9fe98842a923c382c8a30b5320561a
case "$XBPS_TARGET_MACHINE" in
armv[56]*|mips*|ppc|ppc-musl)
makedepends+=" libatomic-devel";;
esac
pre_configure() {
./bootstrap
}