mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
haproxy: use -latomic on ppc
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
06dacf0664
commit
63e2c2a903
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[56]*|mips*) ADDLIB="-latomic"; makedepends+=" libatomic-devel";;
|
||||
armv[56]*|mips*|ppc|ppc-musl) ADDLIB="-latomic"; makedepends+=" libatomic-devel";;
|
||||
esac
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue