diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-09-28 08:29:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-27 17:29:24 -0700 |
| commit | a989880479cd5a7e4fcd115cbf89b9038938b3b4 (patch) | |
| tree | e2293d0f758df813525d6a52b183b3374d301e34 /ports/freerdp/openssl_threads.patch | |
| parent | 8093da2373e17db5633eb83e1963da92e3f23286 (diff) | |
| download | vcpkg-a989880479cd5a7e4fcd115cbf89b9038938b3b4.tar.gz vcpkg-a989880479cd5a7e4fcd115cbf89b9038938b3b4.zip | |
[freerdp] Update to the latest version (#13709)
Diffstat (limited to 'ports/freerdp/openssl_threads.patch')
| -rw-r--r-- | ports/freerdp/openssl_threads.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/freerdp/openssl_threads.patch b/ports/freerdp/openssl_threads.patch index 43ebe03e7..ca312df40 100644 --- a/ports/freerdp/openssl_threads.patch +++ b/ports/freerdp/openssl_threads.patch @@ -1,12 +1,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index fc068fc84..1bc0f342c 100644 +index 97ba2f9..fc36185 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -930,6 +930,7 @@ if(OPENSSL_FOUND) +@@ -907,6 +907,7 @@ if(OPENSSL_FOUND) add_definitions("-DWITH_OPENSSL") message(STATUS "Using OpenSSL Version: ${OPENSSL_VERSION}") include_directories(${OPENSSL_INCLUDE_DIR}) -+ list(APPEND OPENSSL_LIBRARIES Threads::Threads) ++ list(APPEND OPENSSL_LIBRARIES Threads::Threads) endif() if(MBEDTLS_FOUND) |
