From a0c792b4fc7f36b2790ff9fc4a601e504fe1f4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 23 Feb 2019 22:44:12 +0100 Subject: [PATCH] python-gobject: enable gir for i686-musl --- srcpkgs/python-gobject/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-gobject/template b/srcpkgs/python-gobject/template index 1c7291d9ebc..27411dd744e 100644 --- a/srcpkgs/python-gobject/template +++ b/srcpkgs/python-gobject/template @@ -18,7 +18,7 @@ distfiles="${GNOME_SITE}/pygobject/${version%.*}/pygobject-${version}.tar.xz" checksum=2dc1a1a444b82955e65b81c2a2511ecf8032404beba4ef1d48144168f2f64c43 case "$XBPS_TARGET_MACHINE" in - x86_64-musl) ;; + i686-musl|x86_64-musl) ;; *-musl) broken="Error relocating /usr/aarch64-linux-musl/usr/lib/libz.so.1: unsupported relocation type 1026" ;; esac