mirror of
				https://github.com/rbenv/ruby-build.git
				synced 2025-10-31 01:04:11 +01:00 
			
		
		
		
	Internally, ruby-build will want to set `--with-openssl-dir` if we try to detect Homebrew's OpenSSL or build one for the OS X. However, Rubinius doesn't support that configure flag. So, this translates `--with-openssl-dir` to a combination of `--with-lib-dir` and `--with-include-dir`.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			381 B
		
	
	
	
		
			Groff
		
	
	
	
	
	
| require_llvm 3.5
 | |
| install_package "openssl-1.0.1q" "https://www.openssl.org/source/openssl-1.0.1q.tar.gz#b3658b84e9ea606a5ded3c972a5517cd785282e7ea86b20c78aa4b773a047fb7" mac_openssl --if has_broken_mac_openssl
 | |
| install_package "rubinius-2.5.8" "https://s3.amazonaws.com/releases.rubini.us/rubinius-2.5.8.tar.bz2#d6b411732aa035865f2855845abe5405119560f0979062672d576601de89e59a" rbx
 |