]> git.pld-linux.org Git - packages/ruby.git/blob - strip-ccache.patch
typo
[packages/ruby.git] / strip-ccache.patch
1 strip 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.0522550000000001 seconds and 3 git commands to generate.