libgcrypt: disable ppc crypto on ppcle as it fails to build

This commit is contained in:
q66 2021-02-06 14:15:20 +01:00
parent c788467968
commit b50bc759d9
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_sys_symbol_underscore=no"
fi
case "$XBPS_TARGET_MACHINE" in
ppcle*) configure_args+=" --disable-ppc-crypto-support";;
esac
post_configure() {
case "$XBPS_TARGET_MACHINE" in
armv[5-6]*)