mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
14d3185545
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. |
||
---|---|---|
.. | ||
rbenv-install | ||
rbenv-uninstall | ||
ruby-build |