aboutsummaryrefslogtreecommitdiffstats
path: root/patches/ruby/disable-openssl-185.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ruby/disable-openssl-185.patch')
-rw-r--r--patches/ruby/disable-openssl-185.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/ruby/disable-openssl-185.patch b/patches/ruby/disable-openssl-185.patch
new file mode 100644
index 0000000..8c205ee
--- /dev/null
+++ b/patches/ruby/disable-openssl-185.patch
@@ -0,0 +1,9 @@
+--- a/ext/openssl/extconf.rb 2016-05-03 00:20:27.987380850 +0900
++++ b/ext/openssl/extconf.rb 2016-05-03 00:28:01.192415788 +0900
+@@ -137,5 +137,5 @@
+ message "=== Checking done. ===\n"
+
+ create_header
+-create_makefile("openssl")
++create_makefile("openssl") if false
+ message "Done.\n"