qt5-webkit: enable all-in-one build on ppc64

Ubuntu disables it, as a workaround for compiler ICEs. Turns out
that is not a problem anymore with our GCC 8.2.0, so enable AIO
build just like on every other platform.

[ci skip]
This commit is contained in:
q66 2019-01-17 02:18:27 +01:00 committed by maxice8
parent b46d4429d2
commit 06df2c166a

View file

@ -32,7 +32,7 @@ case "$XBPS_TARGET_MACHINE" in
LIBS+=" -latomic"
;;
ppc64*) # no JIT on ppc64 and other build workarounds
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF"
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON"
;;
i686*) # try to reduce memory footprint when linking by using gold
configure_args+=" -DUSE_LD_GOLD=ON"