Created
January 23, 2012 08:54
-
-
Save brainopia/1661877 to your computer and use it in GitHub Desktop.
ruby-build definition for falcon patch - https://gist.github.com/1658360
This file contains 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
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 |
thanks, I've applied fix :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
build_package_falcon_patch
should compile ruby. I have updated the gist here: https://gist.github.com/1669023