Created
August 25, 2015 06:11
-
-
Save jhbabon/bc8fb0ac9cb9a1ff7671 to your computer and use it in GitHub Desktop.
Revisions
-
jhbabon created this gist
Aug 25, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ 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.2.3/railsexpress/01-zero-broken-tests.patch patch -p1 < rvm-patchsets/patches/ruby/2.2.3/railsexpress/02-improve-gc-stats.patch patch -p1 < rvm-patchsets/patches/ruby/2.2.3/railsexpress/03-display-more-detailed-stack-trace.patch } install_package "openssl-1.0.2d" "https://www.openssl.org/source/openssl-1.0.2d.tar.gz#38dd619b2e77cbac69b99f52a053d25a" mac_openssl --if has_broken_mac_openssl install_package "ruby-2_2_3" "https://github.com/ruby/ruby/archive/v2_2_3.tar.gz#4786b2510fd09b6e0f7970feceaa48b3" reconfigure patch_ruby_railsexpress ldflags_dirs standard verify_openssl