aboutsummaryrefslogtreecommitdiffstats
path: root/patches/ruby/disable-openssl-183.patch
blob: 9f83129213450f69f99c4b34dc36cf460787b244 (plain)
1
2
3
4
5
6
7
8
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"