Skip to content

Commit

Permalink
Merge pull request #190 from hashicorp/ssl-for-darwin
Browse files Browse the repository at this point in the history
Ensure SSL_CERT_FILE is set for darwin builds
  • Loading branch information
Sophia Castellarin authored Mar 1, 2021
2 parents 15d31a4 + 935b04e commit a06ef2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/support/package_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export CFLAGS="${CPPFLAGS}"
export LDFLAGS="${LDFLAGS} -L${EMBEDDED_DIR}/lib -L${EMBEDDED_DIR}/lib64"
export PATH="${EMBEDDED_DIR}/bin:${PATH}"
export PKG_CONFIG_PATH="${EMBEDDED_DIR}/lib/pkgconfig"
export SSL_CERT_FILE="${EMBEDDED_DIR}/cacert.pem"

"${GEM_COMMAND}" install --no-document rake

Expand Down

0 comments on commit a06ef2e

Please sign in to comment.