From 0d64bea7eab398c433c3a50762abffd2e70814d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 2 May 2019 13:38:55 +0200 Subject: [PATCH] webkit2gtk: break again for arm*-musl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/webkit2gtk/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/webkit2gtk/template b/srcpkgs/webkit2gtk/template index 87d0522d5ff..3086907301c 100644 --- a/srcpkgs/webkit2gtk/template +++ b/srcpkgs/webkit2gtk/template @@ -40,6 +40,7 @@ build_options_default="wayland x11" case "$XBPS_TARGET_MACHINE" in arm*-musl) # cross building hangs for hours in g-ir-scanner-qemuwrapper + broken="cross compiling from x86_64 to arm*-musl stalls the builders" ;; *) build_options_default+=" gir" esac