From 294c1dc86f325cea02fbec0fa8ae8cbb12af1ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 16 Jan 2019 16:16:29 +0100 Subject: [PATCH] Revert "qt5-webkit: try with nodebug=1 for i686*" This reverts commit c39efacda257dd9a863958d21cc6cf68153b6740. --- 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 41d982424e..47e9df9204 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*) # ETOOHUGE - nodebug=1 + i686*) + broken="collect2: error: ld returned 1 exit status" ;; esac