[Buildroot] [PATCH] libsoup: add option to enable HTTPS (SSL) support

Peter Korsgaard jacmet at uclibc.org
Tue Sep 6 10:09:50 UTC 2011


>>>>> "Sven" == Sven Neumann <s.neumann at raumfeld.com> writes:

 Sven> By selecting BR2_PACKAGE_LIBSOUP_SSL the gnutls package is selected
 Sven> and libsoup will be compiled with SSL support.

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

 Sven> diff --git a/package/libsoup/Config.in b/package/libsoup/Config.in
 
 Sven> +ifeq ($(BR2_PACKAGE_LIBSOUP_SSL),y)
 Sven> +LIBSOUP_DEPENDENCIES += gnutls
 Sven> +LIBSOUP_CONF_OPT += --enable-ssl --without-libgcrypt-prefix

Why --without? It seems I need to pass
--with-libgrcypt-prefix=$(STAGING_DIR)/usr for configure to find
libgcrypt-config in staging.

Committed with that change, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list