mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
kiwix-lib: fix build on ppc32
This commit is contained in:
parent
abf07dab38
commit
abfe76e506
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ distfiles="https://github.com/kiwix/kiwix-lib/archive/${version}.tar.gz"
|
||||||
checksum=dc8d454d79b175c0b9f3c4d268db17da8e80fcd8df3987af0f58cb399bd5da61
|
checksum=dc8d454d79b175c0b9f3c4d268db17da8e80fcd8df3987af0f58cb399bd5da61
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv6l*)
|
ppc64*) ;;
|
||||||
|
armv6l*|ppc*)
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
LDFLAGS="-latomic"
|
LDFLAGS="-latomic"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue