package/libgcrypt: fix libgpg-error detection
Libgcrypt uses two scripts to identify libgpg-error location. The first one is gpg-error-config. The second one is gpgrt-config. The usage of gpg-error-config is deprecated. Help libgcrpyt to find a correct gpgrt-config for cross-compilation. Fixes: - http://autobuild.buildroot.net/results/46e/46efff01f7d0a2ce3c8523cd073302e58e0f0ae5/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7a89393789
commit
2a8c58b584
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ LIBGCRYPT_CPE_ID_VENDOR = gnupg
|
|||
|
||||
# Patching configure.ac and Makefile.am in 0001
|
||||
LIBGCRYPT_AUTORECONF = YES
|
||||
LIBGCRYPT_CONF_ENV += GPGRT_CONFIG=$(STAGING_DIR)/usr/bin/gpgrt-config
|
||||
LIBGCRYPT_CONF_OPTS = \
|
||||
--disable-tests \
|
||||
$(if $(BR2_OPTIMIZE_0),--disable-ppc-crypto-support,) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue