aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby/dont-install-bundled-gems.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/ruby/dont-install-bundled-gems.patch')
-rw-r--r--main/ruby/dont-install-bundled-gems.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/ruby/dont-install-bundled-gems.patch b/main/ruby/dont-install-bundled-gems.patch
index 57109236490..b125fa0629e 100644
--- a/main/ruby/dont-install-bundled-gems.patch
+++ b/main/ruby/dont-install-bundled-gems.patch
@@ -2,7 +2,7 @@ Don't install bundled gems - we package them separately.
--- a/tool/rbinstall.rb
+++ b/tool/rbinstall.rb
-@@ -947,6 +947,7 @@
+@@ -990,6 +990,7 @@
end
end
@@ -10,8 +10,8 @@ Don't install bundled gems - we package them separately.
install?(:ext, :comm, :gem, :'bundled-gems') do
gem_dir = Gem.default_dir
install_dir = with_destdir(gem_dir)
-@@ -1026,6 +1027,7 @@
- puts "skip installing bundled gems because of lacking zlib"
+@@ -1057,6 +1058,7 @@
+ puts "skipped bundled gems: #{gems.join(' ')}"
end
end
+=end