diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-09 18:13:06 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-05-09 23:25:07 +0200 |
commit | 8b47ede9e6d5301839d2d96dfd56e2117e0e8818 (patch) | |
tree | f1d6546727b372ffe9a1bf4d7d6d1e347c1c6242 /package | |
parent | f5ff8cdc62182e3452d5811f1f0a25d3318b66af (diff) |
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 <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/libgcrypt/libgcrypt.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 |