package/libcurl: introduce options to extend/reduce feature set
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Fri, 8 Feb 2019 21:23:11 +0000 (22:23 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Aug 2019 10:11:19 +0000 (12:11 +0200)
commit02e6805010725c75d855b0e4ee938c0db70e3307
tree7b1c938b7f2d79344e93dd18c1a12dbf781f26c8
parent335b32587d69b531b2d6d67f4e11f69b63ea4337
package/libcurl: introduce options to extend/reduce feature set

Libcurl is more than 250 KiB (libcurl) / 100 KiB (curl binary) in size.
About 50 KiB / 15 KiB of this can be saved by disabling features/protocols
that are not commonly needed:

- proxy support: 15 KiB
- cookies support: 10 KiB
- various less common protocols: 25 KiB (libcurl) + 15 KiB (curl binary)

Note that the exact amount of space saved depends on the architecture,
toolchain, and other factors.

Other packages that are selecting libcurl might require protocols from the
'extra' set. But, there is no clear way to find out which packages are in
this situation, in particular because issues may only be visible at runtime.

Note: remove the text 'enable' on the option for 'verbose strings' as that
is more common in Buildroot.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
[Peter: unconditionally remove the libcurl-option to generate C code]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcurl/Config.in
package/libcurl/libcurl.mk