mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
squid: use libatomic on ppc32
This commit is contained in:
parent
398852bca1
commit
d0e8e04de6
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ checksum=553edf76d6ee9a1627af9c2be7be850c14cd6836170b3d6c1393fd700d44ccc5
|
|||
system_accounts="squid"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]l*)
|
||||
ppc64*) ;;
|
||||
armv[56]l*|ppc*)
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue