libgcrypt: disable ppc crypto on ppcle as it fails to build
This commit is contained in:
parent
c788467968
commit
b50bc759d9
|
@ -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]*)
|
||||
|
|
Loading…
Reference in New Issue