diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2018-10-15 13:30:32 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-15 13:30:32 -0700 |
| commit | 76ea5e321cf88cf1c99a7bd0fcebae7c8f990ee0 (patch) | |
| tree | 39bbaaa7f6a9f6b985e1384cb34400db9b3fef59 | |
| parent | 0178015bf727597bc23e623c0a8be3c7506f316a (diff) | |
| parent | 0b6e54897735e4d4e2f56e34884bce7f96e6864a (diff) | |
| download | vcpkg-76ea5e321cf88cf1c99a7bd0fcebae7c8f990ee0.tar.gz vcpkg-76ea5e321cf88cf1c99a7bd0fcebae7c8f990ee0.zip | |
Merge pull request #4473 from BillyONeal/use_etc_ssl
Use /etc/ssl for OpenSSL's configuration on *nix.
| -rw-r--r-- | ports/openssl-unix/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/openssl-unix/CMakeLists.txt b/ports/openssl-unix/CMakeLists.txt index 71c2646ab..7639d1d4e 100644 --- a/ports/openssl-unix/CMakeLists.txt +++ b/ports/openssl-unix/CMakeLists.txt @@ -106,7 +106,7 @@ add_custom_command( no-md2
${PLATFORM}
"--prefix=${CMAKE_INSTALL_PREFIX}"
- "--openssldir=${CMAKE_INSTALL_PREFIX}"
+ "--openssldir=/etc/ssl"
${CFLAGS}
COMMAND "${CMAKE_COMMAND}" "-DDIR=${BUILDDIR}" -P "${CMAKE_CURRENT_LIST_DIR}/remove-deps.cmake"
VERBATIM
|
