From 2c68b1229b7b8ebba5f53d78441917e72385e16e Mon Sep 17 00:00:00 2001 From: DDoSolitary Date: Thu, 12 Mar 2020 00:15:12 +0800 Subject: [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. --- ports/libssh/CONTROL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ports/libssh') 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 -- cgit v1.2.3