mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue