Provide optional --enable-https flag for curl.
Signed-off-by: Lars Kruse
--- a/package/network/utils/curl/Config.in
+++ b/package/network/utils/curl/Config.in
@@ -53,6 +53,10 @@ config LIBCURL_HTTP
bool "Enable HTTP support"
default y
+config LIBCURL_HTTPS
+ bool "Enable
On 2014-12-27 18:32, Lars Kruse wrote:
> Hi,
>
> even though SSL-support is configurable for curl, there is currently
> no support for https (just http). The attached patch fixes that.
>
> Lars
>
>
>
> Provide optional --enable-https flag for curl.
>
> Signed-off-by: Lars Kruse
Like the othe
Hi,
even though SSL-support is configurable for curl, there is currently
no support for https (just http). The attached patch fixes that.
Lars
Provide optional --enable-https flag for curl.
Signed-off-by: Lars Kruse
---
Provide optional --enable-https flag for curl.
--- a/openwrt/package/net