aboutsummaryrefslogtreecommitdiff
path: root/ports/libssh
diff options
context:
space:
mode:
authorDDoSolitary <DDoSolitary@gmail.com>2020-03-12 00:15:12 +0800
committerGitHub <noreply@github.com>2020-03-11 09:15:12 -0700
commit2c68b1229b7b8ebba5f53d78441917e72385e16e (patch)
treeca7ce93ddd2501d21e0c97d9dbaf9459f5f3daeb /ports/libssh
parentc84dfe7ddd6f3ba14ec9f4b1f2c577365175128b (diff)
downloadvcpkg-2c68b1229b7b8ebba5f53d78441917e72385e16e.tar.gz
vcpkg-2c68b1229b7b8ebba5f53d78441917e72385e16e.zip
[libssh] Enable mbedtls's threading support (#10154)
* Add "pthreads" feature to mbedtls. * Cleanup portfile. * Fix mbedtls pthreads support for Linux. * [mbedtls] Require the pthreads port only on Windows. * [mbedtls] Work around dependency issues about static linking.
Diffstat (limited to 'ports/libssh')
-rw-r--r--ports/libssh/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libssh/CONTROL b/ports/libssh/CONTROL
index 9b7a16004..ada47ad87 100644
--- a/ports/libssh/CONTROL
+++ b/ports/libssh/CONTROL
@@ -1,5 +1,5 @@
Source: libssh
-Version: 0.9.3
+Version: 0.9.3-1
Homepage: https://www.libssh.org/
Description: libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side
Default-Features: crypto
@@ -10,7 +10,7 @@ Build-Depends: libssh[mbedtls]
Description: Default crypto backend
Feature: mbedtls
-Build-Depends: mbedtls
+Build-Depends: mbedtls[pthreads]
Description: Crypto support (mbedTLS)
Feature: openssl