aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Robert O'Neal III <bion@microsoft.com>2018-10-12 16:04:39 -0700
committerBilly Robert O'Neal III <bion@microsoft.com>2018-10-12 16:04:39 -0700
commit0b6e54897735e4d4e2f56e34884bce7f96e6864a (patch)
tree7da59646288589482e827a857d2806e2db0c78b6
parent29858b3cb2c8a0ec2c85b1b14d6d0a0d1dfe309e (diff)
downloadvcpkg-0b6e54897735e4d4e2f56e34884bce7f96e6864a.tar.gz
vcpkg-0b6e54897735e4d4e2f56e34884bce7f96e6864a.zip
Use /etc/ssl for OpenSSL's configuration on *nix.
-rw-r--r--ports/openssl-unix/CMakeLists.txt2
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