ruby-changes:40635
From: hsbt <ko1@a...>
Date: Sun, 22 Nov 2015 19:37:06 +0900 (JST)
Subject: [ruby-changes:40635] hsbt:r52714 (trunk): * ext/openssl/ossl.c: fix brew command for installation of openssl.
hsbt 2015-11-22 19:36:56 +0900 (Sun, 22 Nov 2015) New Revision: 52714 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52714 Log: * ext/openssl/ossl.c: fix brew command for installation of openssl. [ci skip][fix GH-1007] Patch by @arthurnn Modified files: trunk/ChangeLog trunk/ext/openssl/ossl.c Index: ChangeLog =================================================================== --- ChangeLog (revision 52713) +++ ChangeLog (revision 52714) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Nov 22 19:36:51 2015 SHIBATA Hiroshi <hsbt@r...> + + * 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@g...> * configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when both Index: ext/openssl/ossl.c =================================================================== --- ext/openssl/ossl.c (revision 52713) +++ ext/openssl/ossl.c (revision 52714) @@ -566,7 +566,7 @@ static void Init_ossl_locks(void) https://github.com/ruby/ruby/blob/trunk/ext/openssl/ossl.c#L566 * * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/