gnubg: broken on aarch64-musl

This commit is contained in:
maxice8 2019-01-25 11:06:18 -02:00
parent 3d525b531c
commit 4839ac34eb
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ checksum=ce1b0b0c1900717cc598032a14cf8c0ee60faf24d84368b39922c0102983bc87
LDFLAGS="-Wl,--no-as-needed -lm -lreadline"
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="Remove when x86_64-musl removes libxml2 from staging" ;;
arm*) broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/6536/steps/shell_3/logs/stdio" ;;
esac