mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-06 16:01:15 +02:00
Some gems need the host ruby to have shared library enabled. Currently, we're not aware of any potential downsides to having this enabled by default. > Shared libraries are libraries that are loaded by programs when they > start. When a shared library is installed properly, all programs that > start afterwards automatically use the new shared library. > [...] if you have a program that needs a shared library (in this case ruby > libruby.so.2.2.0 or similar) the program will fail if it doesn't exist.
2 lines
400 B
Groff
2 lines
400 B
Groff
install_package "openssl-1.1.1b" "https://www.openssl.org/source/openssl-1.1.1b.tar.gz#5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b" mac_openssl --if has_broken_mac_openssl
|
|
install_package "ruby-2.6.3" "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2#dd638bf42059182c1d04af0d5577131d4ce70b79105231c4cc0a60de77b14f2e" ldflags_dirs enable_shared standard verify_openssl
|