glib: Fix configuration error on ppc

This commit is contained in:
Thomas Batten 2019-01-23 10:43:31 +10:30 committed by maxice8
parent 7e970e7f7f
commit 14ccd243ad

View file

@ -17,7 +17,7 @@ checksum=8f43c31767e88a25da72b52a40f3301fefc49a665b56dc10ee7cc9565cbe7481
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" glib-devel"
case "$XBPS_TARGET_MACHINE" in
mips*) # It seems common/environment/configure/autoconf_cache/mips-linux is not read?
mips*|ppc|ppc-musl) # It seems mips/ppc autoconf cache is not read?
configure_args+=" glib_cv_stack_grows=no glib_cv_rtldglobal_broken=no glib_cv_uscore=no" ;;
esac
fi