summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-22 10:36:56 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-22 10:36:56 +0000
commit81a6bd50c264b390c023564261d1fd535a2feda4 (patch)
tree70e624183f87d76364c28d18d937970119f14535
parent9546cb5272a14a541b7c160b8be8185eb3019738 (diff)
* ext/openssl/ossl.c: fix brew command for installation of openssl.
[ci skip][fix GH-1007] Patch by @arthurnn git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--ext/openssl/ossl.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 732c7956c2..3e85c90222 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 22 19:36:51 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * ext/openssl/ossl.c: fix brew command for installation of openssl.
+ [ci skip][fix GH-1007] Patch by @arthurnn
+
Sun Nov 22 17:59:50 2015 Naohisa Goto <ngotogenome@gmail.com>
* configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when both
diff --git a/ext/openssl/ossl.c b/ext/openssl/ossl.c
index 5c14664c38..92b5d1b137 100644
--- a/ext/openssl/ossl.c
+++ b/ext/openssl/ossl.c
@@ -566,7 +566,7 @@ static void Init_ossl_locks(void)
*
* If you use OSX, you should install another openssl and run ```./configure
* --with-openssl-dir=/path/to/another-openssl```. For Homebrew user, run `brew
- * install openssl` and then ```./configure --with-openssl-dir=`brew prefix
+ * install openssl` and then ```./configure --with-openssl-dir=`brew --prefix
* openssl` ```.
*
* = Examples