[Buildroot] [PATCH 4/4] squid: add gnutls support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 6 15:50:39 UTC 2015


Dear Vicente Olivert Riera,

On Mon, 6 Jul 2015 10:02:05 +0200, Vicente Olivert Riera wrote:

> diff --git a/package/squid/squid.mk b/package/squid/squid.mk
> index 469fb1b..80235a4 100644
> --- a/package/squid/squid.mk
> +++ b/package/squid/squid.mk
> @@ -62,6 +62,13 @@ SQUID_CONF_OPTS += --with-openssl
>  SQUID_DEPENDENCIES += openssl
>  endif
>  
> +ifeq ($(BR2_PACKAGE_GNUTLS),y)
> +SQUID_CONF_OPTS += --with-gnutls
> +SQUID_DEPENDENCIES += gnutls
> +else
> +SQUID_CONF_OPTS += --without-gnutls
> +endif

So presumably there is also a --without-openssl option that could be
used to explicitly disable openssl support when BR2_PACKAGE_OPENSSL !=
y.

It could be handled as a separate patch since it's not related.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list