aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/CONTROL
diff options
context:
space:
mode:
authorpast-due <30942300+past-due@users.noreply.github.com>2019-04-17 17:27:48 -0400
committerPhil Christensen <philc@microsoft.com>2019-04-17 14:27:48 -0700
commit2112801abafbc0778f441bec6bce237c7eced31c (patch)
treed4d543cc2d1f0d8c25d110bcbe2e72bd28dba227 /ports/curl/CONTROL
parentd8e168c1e8461f3c7f5ec468f34e49b7ebf60386 (diff)
downloadvcpkg-2112801abafbc0778f441bec6bce237c7eced31c.tar.gz
vcpkg-2112801abafbc0778f441bec6bce237c7eced31c.zip
Expose darwinssl as an option when building curl (updated) (#6124)
* expose darwinssl as an option * Fix typo * add an error in case darwinssl is used on a non darwin system * [curl] add darwinssl to curl[ssl] osx default * [curl] Bump CONTROL version
Diffstat (limited to 'ports/curl/CONTROL')
-rw-r--r--ports/curl/CONTROL7
1 files changed, 5 insertions, 2 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL
index a84dab006..37d1c89ec 100644
--- a/ports/curl/CONTROL
+++ b/ports/curl/CONTROL
@@ -1,5 +1,5 @@
Source: curl
-Version: 7.61.1-5
+Version: 7.61.1-6
Build-Depends: zlib
Description: A library for transferring data with URLs
Default-Features: ssl
@@ -15,7 +15,7 @@ Build-Depends: nghttp2, curl[ssl]
Description: HTTP2 support
Feature: ssl
-Build-Depends: curl[openssl] (!windows), curl[winssl] (windows)
+Build-Depends: curl[openssl] (!windows&!osx), curl[winssl] (windows), curl[darwinssl] (osx)
Description: Default SSL backend
Feature: ssh
@@ -33,3 +33,6 @@ Description: SSL support (Secure Channel / "WinSSL")
Feature: mbedtls
Build-Depends: mbedtls
Description: SSL support (mbedTLS)
+
+Feature: darwinssl
+Description: SSL support (darwinssl)