[Buildroot] [PATCH 1/2] libsoup: update to version 2.32.2 and enable SSL support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jul 13 17:12:52 UTC 2011


Le Wed, 13 Jul 2011 18:58:43 +0200,
Sven Neumann <s.neumann at raumfeld.com> a écrit :

> +ifeq ($(BR2_PACKAGE_GNUTLS),y)
> +LIBSOUP_DEPENDENCIES += gnutls
> +LIBSOUP_CONF_OPT += --enable-ssl
> +else
> +LIBSOUP_CONF_OPT += --disable-ssl
> +endif
> +

Question not specific to your patch: how are we going to handle openssl
vs. gnutls in Buildroot? Is gnutls a drop-in replacement for openssl?
It'd be a mess to have a portion of our packages using openssl for SSL,
and another portion of our packages using gnutls for SSL, no?

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list