mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
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
Reference in a new issue