libgcrypt: fix configuration error on ppc
This commit is contained in:
parent
3a6840d865
commit
55853003cf
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://www.gnupg.org"
|
|||
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
||||
checksum=f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc|ppc-musl) configure_args+=" ac_cv_sys_symbol_underscore=no" ;;
|
||||
esac
|
||||
|
||||
post_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[5-6]*)
|
||||
|
|
Loading…
Reference in a new issue