From: Thomas Petazzoni Date: Sun, 9 May 2010 16:13:06 +0000 (+0200) Subject: libgcrypt: specify where gpg-error-config is X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b47ede9e6d5301839d2d96dfd56e2117e0e8818;p=buildroot.git libgcrypt: specify where gpg-error-config is libgcrypt depends on libgpg-error, but it needs to know where the gpg-error-config utility is. Signed-off-by: Thomas Petazzoni --- diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk index ef13de75f6..646ad83194 100644 --- a/package/libgcrypt/libgcrypt.mk +++ b/package/libgcrypt/libgcrypt.mk @@ -12,7 +12,8 @@ LIBGCRYPT_INSTALL_TARGET = YES LIBGCRYPT_CONF_ENV = \ ac_cv_sys_symbol_underscore=no LIBGCRYPT_CONF_OPT = \ - --disable-optimization + --disable-optimization \ + --with-gpg-error-prefix=$(STAGING_DIR)/usr LIBGCRYPT_DEPENDENCIES = libgpg-error