[前][次][番号順一覧][スレッド一覧]

ruby-changes:74400

From: Matt <ko1@a...>
Date: Wed, 9 Nov 2022 04:59:24 +0900 (JST)
Subject: [ruby-changes:74400] aada904d94 (master): [doc] Clarify how to build OpenSSL on macOS

https://git.ruby-lang.org/ruby.git/commit/?id=aada904d94

From aada904d94ece1d1b48d6275169d3f906a062247 Mon Sep 17 00:00:00 2001
From: Matt Valentine-House <matt@e...>
Date: Tue, 8 Nov 2022 17:51:58 +0000
Subject: [doc] Clarify how to build OpenSSL on macOS

---
 doc/contributing/building_ruby.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/contributing/building_ruby.md b/doc/contributing/building_ruby.md
index f7b489c4a9..322ffbb064 100644
--- a/doc/contributing/building_ruby.md
+++ b/doc/contributing/building_ruby.md
@@ -69,11 +69,7 @@ https://github.com/ruby/ruby/blob/trunk/doc/contributing/building_ruby.md#L69
             Check ext/openssl/mkmf.log for more details.
         ```
 
-        Running the following command may solve the issue:
-
-        ```
-        brew link openssl --force
-        ```
+        Adding `--with-openssl-dir=$(brew --prefix openssl)` to the list of options passed to configure may solve the issue.
 
         Remember to delete your `build` directory and start again from the configure step.
 
-- 
cgit v1.2.3


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]