qt5-webengine: remove wrong ldflags change

This commit is contained in:
q66 2020-10-07 15:16:21 +02:00
parent 08888c071e
commit 358ce0b8f6

View file

@ -71,9 +71,7 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
fi fi
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
ppc64*) makedepends+=" libatomic-devel" ppc64*) makedepends+=" libatomic-devel" ;;
LDFLAGS+=" -latomic"
;;
esac esac
_bootstrap_gn() { _bootstrap_gn() {