pkg-config: Fix configuration error on ppc
This commit is contained in:
parent
1af860eb85
commit
7e4a6c86b9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ alternatives="
|
|||
pkg-config:pkg.m4:/usr/share/aclocal/pkg.m4.pkg-config"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
mips*) configure_args+=" glib_cv_stack_grows=no glib_cv_uscore=no" ;;
|
||||
mips*|ppc|ppc-musl) configure_args+=" glib_cv_stack_grows=no glib_cv_uscore=no" ;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue