mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-30 20:59:12 +08:00
[openssl] Patch out non-ascii char
This commit is contained in:
parent
d4cf299de6
commit
ccedc8b433
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user