Skip to content

Instantly share code, notes, and snippets.

@mmb
Created September 20, 2012 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmb/3758746 to your computer and use it in GitHub Desktop.
Save mmb/3758746 to your computer and use it in GitHub Desktop.
patched ruby 1.9.2-p180 rbenv package for recent Ubuntu
require_gcc
build_package_patch_sslv2() {
wget -q -O - https://raw.github.com/gist/3758689/6363d446805334c1815c18094f5892f0b37cbd30/remove_sslv2.patch | patch -p0
}
install_package "yaml-0.1.4" "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
install_package "ruby-1.9.2-p180" "http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.2-p180.tar.gz" patch_sslv2 standard
install_package "rubygems-1.8.23" "http://production.cf.rubygems.org/rubygems/rubygems-1.8.23.tgz" ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment