Created
September 22, 2012 19:33
-
-
Save josacar/3767538 to your computer and use it in GitHub Desktop.
Rbenv definition for ree-1.8.7-2011.03 and without SSLv2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require_gcc | |
build_package_disable_ssl2_tcmalloc() { | |
wget 'https://raw.github.com/gist/3767526/9f20aba9f0d8d232d08e14e754e620758330a8eb/gistfile1.diff' | |
patch -p1 < gistfile1.diff | |
wget 'https://raw.github.com/gist/3767768/7e6aa05e63c139475e5112c9d200b2d6c7d34511/gistfile1.diff' | |
patch -p1 < gistfile1.diff.1 | |
} | |
install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" disable_ssl2_tcmalloc ree_installer | |
install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CC=gcc-4.6 rbenv install /tmp/ree-1.8.7-2011.03