Skip to content

Commit

Permalink
Merge pull request #4473 from BillyONeal/use_etc_ssl
Browse files Browse the repository at this point in the history
Use /etc/ssl for OpenSSL's configuration on *nix.
  • Loading branch information
alexkaratarakis authored Oct 15, 2018
2 parents 0178015 + 0b6e548 commit 76ea5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/openssl-unix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76ea5e3

Please sign in to comment.