mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-22 13:50:33 +02:00
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.
This commit is contained in:
parent
c0d87ea452
commit
720a96bf29
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue