summaryrefslogtreecommitdiff
path: root/repo/system/ruby/dont-install-bundled-gems.patch
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/system/ruby/dont-install-bundled-gems.patch
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/system/ruby/dont-install-bundled-gems.patch')
-rw-r--r--repo/system/ruby/dont-install-bundled-gems.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/repo/system/ruby/dont-install-bundled-gems.patch b/repo/system/ruby/dont-install-bundled-gems.patch
deleted file mode 100644
index 2a913b9..0000000
--- a/repo/system/ruby/dont-install-bundled-gems.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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()
-