qt5-webkit: broken on i686

This commit is contained in:
maxice8 2019-01-17 02:07:03 -02:00
parent 34dbda4d57
commit 2ebe8c7bf1
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -35,6 +35,7 @@ case "$XBPS_TARGET_MACHINE" in
configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON"
;;
i686*) # try to reduce memory footprint when linking by using gold
broken="memory constraints"
configure_args+=" -DUSE_LD_GOLD=ON"
;;
esac