Commit 3c6fa390 by Sam Stephenson

Allow building against a custom OpenSSL on OS X

parent 5d36bc93
...@@ -530,7 +530,8 @@ verify_gcc() { ...@@ -530,7 +530,8 @@ verify_gcc() {
has_broken_mac_openssl() { has_broken_mac_openssl() {
[ "$(uname -s)" = "Darwin" ] && [ "$(uname -s)" = "Darwin" ] &&
[ "$(openssl version 2>/dev/null || true)" = "OpenSSL 0.9.8r 8 Feb 2011" ] [ "$(openssl version 2>/dev/null || true)" = "OpenSSL 0.9.8r 8 Feb 2011" ] &&
[[ "$RUBY_CONFIGURE_OPTS" != *--with-openssl-dir=* ]]
} }
build_package_mac_openssl() { build_package_mac_openssl() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment