mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gnunet: use generic libatomic checks
This commit is contained in:
parent
8672b84111
commit
d53e2742b8
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue