All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libcurl: introduce a 'small' config option
Date: Wed, 6 Feb 2019 20:32:07 +0100	[thread overview]
Message-ID: <20190206203207.0dc09362@windsurf> (raw)
In-Reply-To: <20190206191305.18306-1-patrickdepinguin@gmail.com>

Hello,

On Wed,  6 Feb 2019 20:13:05 +0100
Thomas De Schampheleire <patrickdepinguin@gmail.com> wrote:

> +config BR2_PACKAGE_LIBCURL_SMALL
> +	bool "disable non-basic features to reduce size"
> +	help
> +	  Compile libcurl only with basic features enabled, to save
> +	  about 50 KiB in the root filesystem.
> +
> +	  Following protocols/features are disabled:
> +	  - LDAP / LDAPS
> +	  - POP3 / IMAP / SMTP
> +	  - Telnet
> +	  - TFTP
> +	  - RTSP
> +	  - SMB / CIFS
> +	  - DICT
> +	  - Gopher
> +	  - Proxy support
> +	  - Cookie support

Discussing with Yann, we think that it would make sense to keep Proxy
support and Cookie support, which are both kind of expected for curl as
a tool for HTTP interaction. All the other features are not HTTP
related, so indeed it makes sense to disable them in this "small"
variant.

Thanks,

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

  reply	other threads:[~2019-02-06 19:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-06 19:13 [Buildroot] [PATCH 1/1] package/libcurl: introduce a 'small' config option Thomas De Schampheleire
2019-02-06 19:32 ` Thomas Petazzoni [this message]
2019-02-06 20:18   ` Thomas De Schampheleire
2019-02-07  7:52     ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190206203207.0dc09362@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.