[openssl] Add -utf-8 flag

This commit is contained in:
Alexander Karatarakis 2017-12-11 17:29:04 -08:00
parent 4567fa5709
commit f3f9afd1c6
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: openssl
Version: 1.0.2n
Version: 1.0.2n-1
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

@ -34,6 +34,7 @@ set(CONFIGURE_COMMAND ${PERL} Configure
enable-static-engine
enable-capieng
no-ssl2
-utf-8
)
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")