diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-03-15 13:31:07 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-14 22:31:07 -0700 |
| commit | b2ad98002979ea247cd6e64de43763bbf28eded3 (patch) | |
| tree | 2684f2495b9c7fc5d5c731d35d6dc80a78b0940e | |
| parent | 61c6ef26f761dfc784e40f060e3e6581b7d77d6e (diff) | |
| download | vcpkg-b2ad98002979ea247cd6e64de43763bbf28eded3.tar.gz vcpkg-b2ad98002979ea247cd6e64de43763bbf28eded3.zip | |
[curl]Add the dependency of the curl feature [ssh] to solve the lnk2019 error. (#5682)
| -rw-r--r-- | ports/curl/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL index f76c99124..dfa3f229a 100644 --- a/ports/curl/CONTROL +++ b/ports/curl/CONTROL @@ -1,5 +1,5 @@ Source: curl -Version: 7.61.1-2 +Version: 7.61.1-3 Build-Depends: zlib Description: A library for transferring data with URLs Default-Features: ssl @@ -19,7 +19,7 @@ Build-Depends: curl[openssl] (!windows), curl[winssl] (windows) Description: Default SSL backend Feature: ssh -Build-Depends: libssh2, curl[non-http] +Build-Depends: curl[openssl], libssh2, curl[non-http] Description: SSH support via libssh2 # SSL backends |
