diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-01-24 18:43:19 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-01-24 18:43:19 -0800 |
| commit | ccedc8b4333037eb4cb4a2f2d15c3684e3729dd3 (patch) | |
| tree | 54ae5c2ff5c5f75f235cd03a39700372d1678866 /ports/openssl | |
| parent | d4cf299de62a97d573445bf55c70816947940072 (diff) | |
| download | vcpkg-ccedc8b4333037eb4cb4a2f2d15c3684e3729dd3.tar.gz vcpkg-ccedc8b4333037eb4cb4a2f2d15c3684e3729dd3.zip | |
[openssl] Patch out non-ascii char
Diffstat (limited to 'ports/openssl')
| -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 dcdda9cc6..e1cea2799 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -1,3 +1,3 @@ Source: openssl -Version: 1.0.2n-1 +Version: 1.0.2n-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 349144e91..65662dd86 100644 --- a/ports/openssl/portfile.cmake +++ b/ports/openssl/portfile.cmake @@ -28,6 +28,7 @@ vcpkg_apply_patches( PATCHES ${CMAKE_CURRENT_LIST_DIR}/ConfigureIncludeQuotesFix.patch ${CMAKE_CURRENT_LIST_DIR}/STRINGIFYPatch.patch ${CMAKE_CURRENT_LIST_DIR}/EmbedSymbolsInStaticLibsZ7.patch + ${CMAKE_CURRENT_LIST_DIR}/RemoveNonASCIIChar.patch ) set(CONFIGURE_COMMAND ${PERL} Configure |
