gnunet: use generic libatomic checks

This commit is contained in:
q66 2020-02-08 17:16:33 +01:00
parent 8672b84111
commit d53e2742b8

View file

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