1 Provide optional --enable-
https flag
for curl.
3 Signed-off-
by: Lars Kruse <devel@sumpfralle.de>
5 --- a/openwrt/package/network/utils/curl/Config.in
6 +++ b/openwrt/package/network/utils/curl/Config.in
7 @@ -53,6 +53,10 @@ config LIBCURL_HTTP
8 bool "Enable HTTP support"
12 +
bool "Enable HTTPS support"
16 bool "Enable IMAP support"
18 --- a/openwrt/package/network/utils/curl/
Makefile
19 +++ b/openwrt/package/network/utils/curl/
Makefile
28 @@ -112,6 +113,7 @@ CONFIGURE_ARGS += \
29 $(
if $(CONFIG_LIBCURL_GOPHER),--enable,--disable)-gopher \
30 $(
if $(CONFIG_LIBCURL_GNUTLS),--with-gnutls=
"$(STAGING_DIR)/usr",--without-gnutls) \
31 $(
if $(CONFIG_LIBCURL_HTTP),--enable,--disable)-http \
32 + $(
if $(CONFIG_LIBCURL_HTTPS),--enable,--disable)-
https \
33 $(
if $(CONFIG_LIBCURL_IMAP),--enable,--disable)-imap \
34 $(
if $(CONFIG_LIBCURL_LDAP),--enable,--disable)-ldap \
35 $(
if $(CONFIG_LIBCURL_LDAPS),--enable,--disable)-ldaps \