qt5-webkit: another try to get it built for i686*

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-01-16 23:25:02 +01:00
parent 6528784bde
commit dd6657b2f4
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

View file

@ -34,8 +34,8 @@ case "$XBPS_TARGET_MACHINE" in
ppc64*) # no JIT on ppc64 and other build workarounds
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON -DENABLE_ALLINONE_BUILD=OFF"
;;
i686*)
broken="collect2: error: ld returned 1 exit status"
i686*) # try to reduce memory footprint when linking
configure_args+=" -DENABLE_ALLINONE_BUILD=OFF"
;;
esac