* 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
This commit is contained in:
parent
9546cb5272
commit
81a6bd50c2
@ -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>
|
Sun Nov 22 17:59:50 2015 Naohisa Goto <ngotogenome@gmail.com>
|
||||||
|
|
||||||
* configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when both
|
* configure.in: On Solaris, add -D_XOPEN_SOURCE=n only when both
|
||||||
|
@ -566,7 +566,7 @@ static void Init_ossl_locks(void)
|
|||||||
*
|
*
|
||||||
* If you use OSX, you should install another openssl and run ```./configure
|
* If you use OSX, you should install another openssl and run ```./configure
|
||||||
* --with-openssl-dir=/path/to/another-openssl```. For Homebrew user, run `brew
|
* --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` ```.
|
* openssl` ```.
|
||||||
*
|
*
|
||||||
* = Examples
|
* = Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user