]> git.pld-linux.org Git - packages/ruby.git/blame - strip-ccache.patch
- rel 3; disable tk subpackages for now until https://bugs.ruby-lang.org/issues/8000...
[packages/ruby.git] / strip-ccache.patch
CommitLineData
87688b10
ER
1strip ccache from CC and CXX from rbconfig.rb
2
3--- ruby-1.9.3-p429/tool/mkconfig.rb~ 2013-06-27 19:03:54.455442002 +0300
4+++ ruby-1.9.3-p429/tool/mkconfig.rb 2013-06-27 19:03:25.464126000 +0300
5@@ -85,6 +85,7 @@
6 when /^sitearchdir$/; sitearchdir_override = val; next
7 when /^vendorarchdir$/; vendorarchdir_override = val; next
8 when /^sitearch/; val = '$(arch)' if val.empty?
9+ when /^(CC|CXX)$/; val.sub!(/ccache /, '')
10 end
11 case val
12 when /^\$\(ac_\w+\)$/; next
This page took 0.061169 seconds and 4 git commands to generate.