Author: blogic
Date: 2015-01-17 14:57:56 +0100 (Sat, 17 Jan 2015)
New Revision: 43997

Modified:
   trunk/package/network/utils/curl/Config.in
   trunk/package/network/utils/curl/Makefile
Log:
curl: allow enabling https protocol

Provide optional --enable-https flag for curl.

Signed-off-by: Lars Kruse <[email protected]>

Modified: trunk/package/network/utils/curl/Config.in
===================================================================
--- trunk/package/network/utils/curl/Config.in  2015-01-17 13:14:02 UTC (rev 
43996)
+++ trunk/package/network/utils/curl/Config.in  2015-01-17 13:57:56 UTC (rev 
43997)
@@ -53,6 +53,10 @@
        bool "Enable HTTP support"
        default y
 
+config LIBCURL_HTTPS
+       bool "Enable HTTPS support"
+       default n
+
 config LIBCURL_IMAP
        bool "Enable IMAP support"
        default n

Modified: trunk/package/network/utils/curl/Makefile
===================================================================
--- trunk/package/network/utils/curl/Makefile   2015-01-17 13:14:02 UTC (rev 
43996)
+++ trunk/package/network/utils/curl/Makefile   2015-01-17 13:57:56 UTC (rev 
43997)
@@ -37,6 +37,7 @@
   LIBCURL_GNUTLS \
   LIBCURL_GOPHER \
   LIBCURL_HTTP \
+  LIBCURL_HTTPS \
   LIBCURL_IMAP \
   LIBCURL_LDAP \
   LIBCURL_LDAPS \
@@ -113,6 +114,7 @@
        $(if $(CONFIG_LIBCURL_GOPHER),--enable,--disable)-gopher \
        $(if 
$(CONFIG_LIBCURL_GNUTLS),--with-gnutls="$(STAGING_DIR)/usr",--without-gnutls) \
        $(if $(CONFIG_LIBCURL_HTTP),--enable,--disable)-http \
+       $(if $(CONFIG_LIBCURL_HTTPS),--enable,--disable)-https \
        $(if $(CONFIG_LIBCURL_IMAP),--enable,--disable)-imap \
        $(if $(CONFIG_LIBCURL_LDAP),--enable,--disable)-ldap \
        $(if $(CONFIG_LIBCURL_LDAPS),--enable,--disable)-ldaps \
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to