protobuf: Require libatomic-devel on ppc

This commit is contained in:
Thomas Batten 2019-01-23 11:30:40 +10:30 committed by maxice8
parent 2222fe01a3
commit 60d13c05d1

View file

@ -22,7 +22,7 @@ if [ "$CROSS_BUILD" ]; then
fi
case "$XBPS_TARGET_MACHINE" in
armv[56]*|mips*)
armv[56]*|mips*|ppc|ppc-musl)
makedepends+=" libatomic-devel"
LDFLAGS+=" -latomic"
;;