From 8b47ede9e6d5301839d2d96dfd56e2117e0e8818 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 9 May 2010 18:13:06 +0200 Subject: 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 --- package/libgcrypt/libgcrypt.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk index ef13de75f..646ad8319 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 -- cgit v1.2.3