From f760a1f72c87862ff5538437e13a726af61d4372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Apr 2019 05:54:52 +0200 Subject: [PATCH] spice-gtk: broken for musl --- srcpkgs/spice-gtk/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/spice-gtk/template b/srcpkgs/spice-gtk/template index b0c87d757e..63cdf94346 100644 --- a/srcpkgs/spice-gtk/template +++ b/srcpkgs/spice-gtk/template @@ -29,7 +29,9 @@ build_options="gir vala" build_options_default="gir vala" case "$XBPS_TARGET_MACHINE" in - *-musl) configure_args+=" -Dcoroutine=gthread";; + *-musl) broken="https://build.voidlinux.org/builders/x86_64-musl_builder/builds/20170/steps/shell_3/logs/stdio" + # configure_args+=" -Dcoroutine=gthread" + ;; esac spice-gtk-devel_package() {