libgcrypt: disable ppc crypto on ppcle as it fails to build
This commit is contained in:
parent
c788467968
commit
b50bc759d9
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" ac_cv_sys_symbol_underscore=no"
|
configure_args+=" ac_cv_sys_symbol_underscore=no"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppcle*) configure_args+=" --disable-ppc-crypto-support";;
|
||||||
|
esac
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[5-6]*)
|
armv[5-6]*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue