cURL: Update to version 7.40.0

* Update to version 7.40.0
* remove non existing config options around enable/disable HTTPS protocoll
* remove --with-ca-path if ssl support disabled
* set proxy support as default like all versions before CC did

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>

SVN-Revision: 44176
This commit is contained in:
John Crispin
2015-01-28 12:07:47 +00:00
parent 895edf7c43
commit 89df45295e
4 changed files with 10 additions and 17 deletions

View File

@@ -1,5 +1,4 @@
menu "Configuration"
depends on PACKAGE_libcurl
if PACKAGE_libcurl
choice
prompt "SSL library"
@@ -53,10 +52,6 @@ config LIBCURL_HTTP
bool "Enable HTTP support"
default y
config LIBCURL_HTTPS
bool "Enable HTTPS support"
default n
config LIBCURL_IMAP
bool "Enable IMAP support"
default n
@@ -79,7 +74,7 @@ config LIBCURL_POP3
config LIBCURL_PROXY
bool "Enable proxy support"
default n
default y
config LIBCURL_RTSP
bool "Enable RTSP support"
@@ -113,4 +108,4 @@ config LIBCURL_ZLIB
bool "Use zlib"
default n
endmenu
endif