graphite: need nodefaultlibs hack on ppc(le)-musl too
This commit is contained in:
@@ -20,7 +20,7 @@ fi
|
||||
|
||||
pre_configure() {
|
||||
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;;"
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user