graphite: need nodefaultlibs hack on ppc(le)-musl too

This commit is contained in:
q66 2020-12-18 03:45:43 +01:00
parent 00da0a2232
commit a3a64f6ab7

View file

@ -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