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:
parent
161e6a685b
commit
50b8fbb666
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user