From caf57e3f63e9319a0d7c21f5cbf9894c9a21e7f2 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 17 Jan 2019 00:06:44 -0200 Subject: [PATCH] qt5-webkit: turn on ALLINONE_BUILD for i686 --- srcpkgs/qt5-webkit/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index 203646a531e..b8eaaa0d17f 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -34,9 +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*) # try to reduce memory footprint when linking - # try to reduce memory footprint when linking by using gold - configure_args+=" -DENABLE_ALLINONE_BUILD=OFF -DUSE_LD_GOLD=ON" + i686*) # try to reduce memory footprint when linking by using gold + configure_args+=" -DUSE_LD_GOLD=ON" ;; esac