Commit 720a96bf authored by Jordan Ritter's avatar Jordan Ritter Committed by Benoit Daloze
Browse files

Re-enable ssldir creation target for openssl install

Prior commit attempts to shorten install by omitting documentation install,
however an additional target is needed to get the conf dirs for capturing the
PEMs et al.
parent c0d87ea4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1120,7 +1120,7 @@ build_package_mac_openssl() {
  package_option openssl make -j 1

  # Use install_sw instead of install to skip building docs which is slow
  MAKE_INSTALL_TARGET=install_sw build_package_standard "$@"
  MAKE_INSTALL_TARGET="install_sw install_ssldirs" build_package_standard "$@"

  # Extract root certs from the system keychain in .pem format and rehash.
  local pem_file="$OPENSSLDIR/cert.pem"