summaryrefslogtreecommitdiff
path: root/repo/ruby/dont-install-bundled-gems.patch
blob: 2a913b99802dda95e7cf7c61318a9f66eb5df1f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Don't install bundled gems - we package them separately.

--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
@@ -1003,6 +1003,7 @@
   end
 end
 
+=begin XXX-Patched
 install?(:ext, :comm, :gem, :'bundled-gems') do
   if CONFIG['CROSS_COMPILING'] == 'yes'
     # The following hacky steps set "$ruby = BASERUBY" in tool/fake.rb
@@ -1104,6 +1105,7 @@
     puts "skip installing bundled gems because of lacking zlib"
   end
 end
+=end
 
 parse_args()