Created
May 7, 2014 05:34
-
-
Save paulwalker/8e5d79b7848e4611abdb to your computer and use it in GitHub Desktop.
ruby-build definition for 2.1.1-railsexpress
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
build_package_reconfigure() { | |
test -f configure || autoconf | |
} | |
build_package_patch_ruby_railsexpress() { | |
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/01-zero-broken-tests.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/02-improve-gc-stats.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/03-display-more-detailed-stack-trace.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/04-show-full-backtrace-on-stack-overflow.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/05-fix-missing-c-return-event.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/06-backport-006e66b6680f60adfb434ee7397f0dbc77de7873.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/07-funny-falcon-stc-density.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/08-funny-falcon-stc-pool-allocation.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/09-aman-opt-aset-aref-str.patch | |
patch -p1 < rvm-patchsets/patches/ruby/2.1.1/railsexpress/10-funny-falcon-method-cache.patch | |
} | |
install_package "openssl-1.0.1e" "https://www.openssl.org/source/openssl-1.0.1e.tar.gz" mac_openssl --if has_broken_mac_openssl | |
install_package "ruby-2.1.1" "http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.1.tar.gz#e57fdbb8ed56e70c43f39c79da1654b2" reconfigure patch_ruby_railsexpress ldflags_dirs standard verify_openssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment