From dd6657b2f4176661a6f246be1a98eaea7d2a6c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 16 Jan 2019 23:25:02 +0100 Subject: [PATCH] qt5-webkit: another try to get it built for i686* MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/qt5-webkit/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index 47e9df92045..4b601d58f96 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -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