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:
Mislav Marohnić 2023-11-24 22:08:28 +01:00
parent 62ec07af2a
commit efe73b4841
No known key found for this signature in database
7 changed files with 81 additions and 58 deletions

View file

@ -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