mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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"
|
distfiles="https://gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-${version}.tar.bz2"
|
||||||
checksum=f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227
|
checksum=f638143a0672628fde0cad745e9b14deb85dffb175709cacc1f4fe24b93f2227
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc|ppc-musl) configure_args+=" ac_cv_sys_symbol_underscore=no" ;;
|
||||||
|
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