diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index f90c03e4f3e..47e9df92045 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -34,6 +34,9 @@ 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" + ;; esac pre_configure() {