From 67b500eb9c332113567c477ccafaea067e357ffb Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Fri, 3 Mar 2017 15:28:39 +0900 Subject: ext/openssl/deprecation.rb: remove broken-apple-openssl The version bundled with macOS is anyway too old to compile the extension. --- ext/openssl/deprecation.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/openssl/deprecation.rb') diff --git a/ext/openssl/deprecation.rb b/ext/openssl/deprecation.rb index 7dfc87c1..1d51d065 100644 --- a/ext/openssl/deprecation.rb +++ b/ext/openssl/deprecation.rb @@ -3,9 +3,6 @@ module OpenSSL def self.deprecated_warning_flag unless flag = (@deprecated_warning_flag ||= nil) if try_compile("", flag = "-Werror=deprecated-declarations") - if with_config("broken-apple-openssl") - flag = "-Wno-deprecated-declarations" - end $warnflags << " #{flag}" else flag = "" -- cgit v1.2.3