rbenv-ruby-build/bin
Mislav Marohnić 14d3185545
Fix linking to vendored OpenSSL on 64-bit systems
On 64-bit systems, the build system for OpenSSL tends to produce a "lib64"
directory instead of a "lib" directory due to its "multilib" feature being
enabled by default. However, the Ruby "openssl" extension assumes that the
directory is always named "lib", or explicitly passed via `--with-openssl-lib`.

This disables multilib support in OpenSSL by passing `--libdir=lib` to OpenSSL
configure step.
2024-10-15 14:24:13 +02:00
..
rbenv-install rbenv install: error out instead of prompting in non-interactive mode 2024-05-01 15:45:23 +02:00
rbenv-uninstall rbenv install: error out instead of prompting in non-interactive mode 2024-05-01 15:45:23 +02:00
ruby-build Fix linking to vendored OpenSSL on 64-bit systems 2024-10-15 14:24:13 +02:00