aboutsummaryrefslogtreecommitdiffstats
path: root/patches/ruby/disable-openssl-183.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/ruby/disable-openssl-183.patch')
-rw-r--r--patches/ruby/disable-openssl-183.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/patches/ruby/disable-openssl-183.patch b/patches/ruby/disable-openssl-183.patch
new file mode 100644
index 0000000..9f83129
--- /dev/null
+++ b/patches/ruby/disable-openssl-183.patch
@@ -0,0 +1,9 @@
+--- a/ext/openssl/extconf.rb 2016-05-03 02:00:22.936142847 +0900
++++ b/ext/openssl/extconf.rb 2016-05-03 02:00:50.509805908 +0900
+@@ -114,5 +114,5 @@
+ have_struct_member("X509_ATTRIBUTE", "single", "openssl/x509.h")
+
+ message "=== Checking done. ===\n"
+-create_makefile("openssl")
++create_makefile("openssl") if false
+ message "Done.\n"