From 2ebe8c7bf1c6ec83acf96bdf78541becf2a2aea6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 17 Jan 2019 02:07:03 -0200 Subject: [PATCH] qt5-webkit: broken on i686 --- srcpkgs/qt5-webkit/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/qt5-webkit/template b/srcpkgs/qt5-webkit/template index fbb5f4952b7..0f6600a42dc 100644 --- a/srcpkgs/qt5-webkit/template +++ b/srcpkgs/qt5-webkit/template @@ -35,6 +35,7 @@ case "$XBPS_TARGET_MACHINE" in configure_args+=" -DENABLE_JIT=OFF -DUSE_SYSTEM_MALLOC=ON" ;; i686*) # try to reduce memory footprint when linking by using gold + broken="memory constraints" configure_args+=" -DUSE_LD_GOLD=ON" ;; esac