cabbage: need libatomic on some platforms

This commit is contained in:
q66 2021-03-11 01:48:04 +01:00
parent c8c4fcc92c
commit d69bcbec1b

View file

@ -31,6 +31,11 @@ case "$XBPS_TARGET_MACHINE" in
ppc*) CXXFLAGS="-DPNG_POWERPC_VSX_OPT=0" ;;
esac
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
LDFLAGS=" -latomic"
fi
# without TARGET_ARCH, the build system will assume -march=native,
# which is wrong as we're building a generic package and -march does
# not even always work