diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-08 17:24:25 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-09-08 17:24:25 -0700 |
| commit | 5a46f8e279f47229759dea9dd736d71ab74e04b9 (patch) | |
| tree | 543eb75f7306c194fba9a2d98cf9fc93549856ea | |
| parent | 6d0f750646b0654ff5660ec70061a71a663d1bd9 (diff) | |
| download | vcpkg-5a46f8e279f47229759dea9dd736d71ab74e04b9.tar.gz vcpkg-5a46f8e279f47229759dea9dd736d71ab74e04b9.zip | |
[openssl] Use /Z7 to embed symbols in static libs
| -rw-r--r-- | ports/openssl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/openssl/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL index bb00f9cc3..5490766a6 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -1,3 +1,3 @@ Source: openssl -Version: 1.0.2l-1 +Version: 1.0.2l-2 Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. diff --git a/ports/openssl/portfile.cmake b/ports/openssl/portfile.cmake index 569de6c75..f8d399abc 100644 --- a/ports/openssl/portfile.cmake +++ b/ports/openssl/portfile.cmake @@ -28,6 +28,7 @@ vcpkg_apply_patches( PATCHES ${CMAKE_CURRENT_LIST_DIR}/PerlScriptSpaceInPathFixes.patch ${CMAKE_CURRENT_LIST_DIR}/ConfigureIncludeQuotesFix.patch ${CMAKE_CURRENT_LIST_DIR}/STRINGIFYPatch.patch + ${CMAKE_CURRENT_LIST_DIR}/EmbedSymbolsInStaticLibsZ7.patch ) set(CONFIGURE_COMMAND ${PERL} Configure |
