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