diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index 47e9df92045..41d982424e9 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*) # ETOOHUGE + nodebug=1 ;; esac