mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
graphite: need nodefaultlibs hack on ppc(le)-musl too
This commit is contained in:
parent
00da0a2232
commit
a3a64f6ab7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686-musl) # fails to link against ssp_nonshared with -nodefaultlibs
|
i686-musl|ppc-musl|ppcle-musl) # fails to link against ssp_nonshared with -nodefaultlibs
|
||||||
vsed -i src/CMakeLists.txt -e "s;-nodefaultlibs;;"
|
vsed -i src/CMakeLists.txt -e "s;-nodefaultlibs;;"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue