libunwind: broken on aarch64-musl

This commit is contained in:
Juan RP 2020-04-05 11:00:50 +02:00
parent 43de6b5cd2
commit d837171626
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368

View file

@ -15,6 +15,7 @@ checksum=df59c931bd4d7ebfd83ee481c943edf015138089b8e50abed8d9c57ba9338435
# LDFLAGS is necessary because libunwind.so itself uses getcontext/setcontext
case "$XBPS_TARGET_MACHINE" in
i686-musl|ppc*-musl) makedepends+=" libucontext-devel"; LDFLAGS=" -lucontext" ;;
aarch64-musl) broken="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/25858/steps/shell_3/logs/stdio" ;;
*) ;;
esac