qt5-webengine: remove wrong ldflags change
This commit is contained in:
parent
08888c071e
commit
358ce0b8f6
1 changed files with 1 additions and 3 deletions
|
@ -71,9 +71,7 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|||
fi
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
;;
|
||||
ppc64*) makedepends+=" libatomic-devel" ;;
|
||||
esac
|
||||
|
||||
_bootstrap_gn() {
|
||||
|
|
Loading…
Reference in a new issue