-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider storing openssl prefix in RbConfig::CONFIG["configure_args"] #3170
Comments
Note: we should be able to revert ruby/openssl#653 when this is fixed. |
So interestingly #3174 as it is breaks installing
Because now the include dir of openssl is no longer in We could set both |
This will be fixed by #3343. |
…refix on TruffleRuby" * This reverts commit ca738e7. * No longer needed since oracle/truffleruby#3170 was fixed.
…uffle/openssl-prefix on TruffleRuby" * This reverts commit ruby/openssl@ca738e7e1357. * No longer needed since oracle/truffleruby#3170 was fixed. ruby/openssl@1f641a5604
…uffle/openssl-prefix on TruffleRuby" * This reverts commit ruby/openssl@ca738e7e1357. * No longer needed since oracle/truffleruby#3170 was fixed. ruby/openssl@1f641a5604
See ruby/openssl#650 (comment)
The current approach taken in TruffleRuby is similar to what happens on CRuby when using
--with-opt-dir
, like ruby-install does it:https://github.com/postmodern/ruby-install/blob/f4978056b54f6926b5c46d86aae19a90544bdd60/share/ruby-install/ruby/functions.sh#L39
The text was updated successfully, but these errors were encountered: