mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-12 10:51:25 +02:00
The problem wasn't in quoting as per0b5206172
, but in the fact that Ruby trunk added a LDFLAGS checker that aborts if any of the paths listed in it are missing:3636f8c0f5
This is probably a bug in Ruby, but for now a simple workaround is to iterate through paths in LDFLAGS and ensure they exist. References #441
2 lines
279 B
Text
2 lines
279 B
Text
install_package "openssl-1.0.1e" "https://www.openssl.org/source/openssl-1.0.1e.tar.gz#66bf6f10f060d561929de96f9dfe5b8c" mac_openssl --if has_broken_mac_openssl
|
|
install_git "ruby-2.1.0-dev" "https://github.com/ruby/ruby.git" "trunk" ldflags_dirs autoconf standard verify_openssl
|