[Buildroot] [PATCH 2/2] libsoup: explicitly pass gcrypt prefix to the configure script

Sven Neumann s.neumann at raumfeld.com
Wed Jul 13 16:58:44 UTC 2011


The libsoup build failes to pick up gcrypt otherwise.

Signed-off-by: Sven Neumann <s.neumann at raumfeld.com>
---
 package/libsoup/libsoup.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/libsoup/libsoup.mk b/package/libsoup/libsoup.mk
index 697f426..97b5ef5 100644
--- a/package/libsoup/libsoup.mk
+++ b/package/libsoup/libsoup.mk
@@ -25,7 +25,8 @@ LIBSOUP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl) host
 
 ifeq ($(BR2_PACKAGE_GNUTLS),y)
 LIBSOUP_DEPENDENCIES += gnutls
-LIBSOUP_CONF_OPT += --enable-ssl
+LIBSOUP_CONF_OPT += --enable-ssl \
+	--with-libgcrypt-prefix=$(STAGING_DIR)/usr
 else
 LIBSOUP_CONF_OPT += --disable-ssl
 endif
-- 
1.7.1



More information about the buildroot mailing list