mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue