pkg-config: Fix configuration error on ppc
This commit is contained in:
committed by
Helmut Pozimski
parent
1af860eb85
commit
7e4a6c86b9
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user