[Buildroot] [PATCH] package/libcurl: add option for no SSL/TLS support

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Dec 31 17:12:38 UTC 2019


On Tue, 31 Dec 2019 17:40:23 +0100
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> Since we already have a choice to select the backend to do crypto, push
> the limits even further and add an option to do no crypto.
> 
> Usually, we would have added that option first in the choice, but if we
> were to do that now, existing defconfigs that previously used openssl
> (the first item in the choice) would now default to non crypto, which is
> not so nice. So we add the new option last in the choice.
> 
> Each crypto backend option is used in a conditional block, each of which
> default to disabling said backend. So, selecting none will indeed
> disable all.
> 
> We can now drop the blind intermediate option that would hide the choice
> when no backend library was available; there will now always be at least
> the none option in the choice, so we need not hide it.
> 
> Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
> Cc: Baruch Siach <baruch at tkos.co.il>
> Cc: Matt Weber <matthew.weber at rockwellcollins.com>
> Cc: Julien Grossholtz <julien.grossholtz at openest.io>
> ---
>  package/libcurl/Config.in | 15 +++------------
>  1 file changed, 3 insertions(+), 12 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list