mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-29 00:01:22 +01:00
Fix compiling Ruby < 2.5 by omitting --with-ext
Using `--with-ext=+` only has the indended effect (compiling all extensions that would normally get compiled) on Ruby 2.5+. On older versions, it causes none of the default extensions to get compiled, resulting in a defunct installation.
This commit is contained in:
parent
62ec07af2a
commit
efe73b4841
7 changed files with 81 additions and 58 deletions
|
|
@ -26,7 +26,7 @@ CON
|
|||
chmod +x ./configure
|
||||
|
||||
run_inline_definition <<DEF
|
||||
build_package_standard ruby
|
||||
build_package_standard ruby-2.5.0
|
||||
DEF
|
||||
assert_success
|
||||
run cat build.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue