mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
libunwind: also need ssp_nonshared on ppc-musl
This commit is contained in:
parent
ecefdebc47
commit
2b2478a414
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ CFLAGS="-fcommon"
|
|||
# LDFLAGS is necessary because libunwind.so itself uses getcontext/setcontext
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686-musl) LDFLAGS=" -lssp_nonshared" ;;
|
||||
ppc*-musl) makedepends+=" libucontext-devel"; LDFLAGS=" -lucontext" ;;
|
||||
ppc64*-musl) makedepends+=" libucontext-devel"; LDFLAGS=" -lucontext" ;;
|
||||
ppc*-musl) makedepends+=" libucontext-devel"; LDFLAGS=" -lucontext -lssp_nonshared" ;;
|
||||
*) ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue