[openssl] Patch out non-ascii char

This commit is contained in:
Alexander Karatarakis 2018-01-24 18:43:19 -08:00
parent d4cf299de6
commit ccedc8b433
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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