python3-gobject: enable for i686-musl

This commit is contained in:
Jürgen Buchmüller 2019-02-24 18:31:05 +01:00
parent bca4776398
commit 59aafb7f91
1 changed files with 1 additions and 1 deletions

View File

@ -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