Skip to content

Instantly share code, notes, and snippets.

@brainopia
Created January 23, 2012 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save brainopia/1661877 to your computer and use it in GitHub Desktop.
Save brainopia/1661877 to your computer and use it in GitHub Desktop.
ruby-build definition for falcon patch - https://gist.github.com/1658360
patch_url=https://raw.github.com/gist/1658360/afd06eec533ad0140011bdaf652e6cd82eedf7ec/cumulative_performance.patch
yaml_url=http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz
ruby_url=http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
build_package_falcon_patch() {
echo 'applying falcon patch'
curl $patch_url | patch -p1
build_package_standard $1
}
require_gcc
install_package "yaml-0.1.4" $yaml_url
install_package "ruby-1.9.3-p0" $ruby_url falcon_patch
@ctrochalakis
Copy link

build_package_falcon_patch should compile ruby. I have updated the gist here: https://gist.github.com/1669023

@brainopia
Copy link
Author

thanks, I've applied fix :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment