From 545d23a5d0165d3c7822e8410c8aa9a0a3464a08 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 16 Jan 2019 07:18:00 -0200 Subject: [PATCH] qt5-webkit: broken on i686 --- srcpkgs/qt5-webkit/template | 3 +++ 1 file changed, 3 insertions(+) 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() {