From c9117f19cfc4dc7c28c05df6a6d105e9a946ddba Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 2 Feb 2019 23:31:04 -0200 Subject: [PATCH] gobject-introspection: *-musl cross broken --- srcpkgs/gobject-introspection/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 8665e96dd30..8167440453e 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -25,6 +25,11 @@ if [ "$CROSS_BUILD" ]; then -Dpkgconfig-sysroot-path=${XBPS_CROSS_BASE}" fi +case "$XBPS_TARGET_MACHINE" in + x86_64-musl) ;; + *-musl) broken="Errors out when building any package that uses gir" ;; +esac + post_install() { # Install our wrappers system-wide, they are required for building all other # gobject-based packages.