diff options
author | murgatroid99 <mlumish@google.com> | 2016-02-03 09:47:35 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2016-02-03 09:47:35 -0800 |
commit | 41a9e83360b937e1a4256ed2511c97f9fc9836ab (patch) | |
tree | d334f48ce27eb13f48f233fe49379352849bd232 /third_party/rake-compiler-dock/build/patches/rake-compiler-0.9.5/without-exts.diff | |
parent | 673f65be1430c609a29a9310d71929f79184d97e (diff) | |
parent | 6b4ec07ec9028e6c4727a3f1b83a166087d44f11 (diff) |
Merged from master
Diffstat (limited to 'third_party/rake-compiler-dock/build/patches/rake-compiler-0.9.5/without-exts.diff')
-rw-r--r-- | third_party/rake-compiler-dock/build/patches/rake-compiler-0.9.5/without-exts.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/rake-compiler-dock/build/patches/rake-compiler-0.9.5/without-exts.diff b/third_party/rake-compiler-dock/build/patches/rake-compiler-0.9.5/without-exts.diff new file mode 100644 index 0000000000..07739d33ec --- /dev/null +++ b/third_party/rake-compiler-dock/build/patches/rake-compiler-0.9.5/without-exts.diff @@ -0,0 +1,14 @@ +diff --git a/tasks/bin/cross-ruby.rake b/tasks/bin/cross-ruby.rake +index 6acc816..6aa2a49 100644 +--- a/tasks/bin/cross-ruby.rake ++++ b/tasks/bin/cross-ruby.rake +@@ -135,8 +135,7 @@ file "#{USER_HOME}/builds/#{MINGW_HOST}/#{RUBY_CC_VERSION}/Makefile" => ["#{USER + "--build=#{RUBY_BUILD}", + '--enable-shared', + '--disable-install-doc', +- '--without-tk', +- '--without-tcl' ++ '--with-ext=' + ] + + # Force Winsock2 for Ruby 1.8, 1.9 defaults to it |