Skip to content
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

Avoid compiling OpenSSL if the user supplied --with-openssl-dir on the command line #2274

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

mislav
Copy link
Member

@mislav mislav commented Oct 13, 2023

Same with linking libyaml and checking for --disable-shared. This considers all user configuration inputs when checking for existing flags.

Fixes:

ruby-build <version> <destination> -- --disable-shared --with-openssl-dir="..." --with-libyaml-dir="..."

Followup to #2267

…the command line

Same with linking libyaml, gmp, etc. to Homebrew. This considers all user configuration inputs when checking for existing flags.
@mislav mislav merged commit 1d9b4e2 into master Oct 14, 2023
6 checks passed
@mislav mislav deleted the ruby-configure-opts branch October 14, 2023 12:01
@mislav
Copy link
Member Author

mislav commented Oct 14, 2023

@eregon Thanks for the review! Since this is a bug fix, it would have been good to include it in the release as well https://github.com/rbenv/ruby-build/releases/tag/v20231014. But now it will wait until the next one to avoid releasing in quick succession.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants