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