mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
protobuf: Require libatomic-devel on ppc
This commit is contained in:
parent
2222fe01a3
commit
60d13c05d1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*|mips*)
|
armv[56]*|mips*|ppc|ppc-musl)
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
LDFLAGS+=" -latomic"
|
LDFLAGS+=" -latomic"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue