mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
libunwind: broken on aarch64-musl
This commit is contained in:
parent
43de6b5cd2
commit
d837171626
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue