ignore deprecated warnings when compiling the openssl extension
--- MacRuby/trunk/ext/openssl/extconf.rb 2010-09-10 07:41:26 UTC (rev 4501)
+++ MacRuby/trunk/ext/openssl/extconf.rb 2010-09-10 07:55:08 UTC (rev 4502)
@@ -124,6 +124,7 @@
message "=== Checking done. ===\n"
+$CFLAGS << ' -Wno-deprecated-declarations'
$INCFLAGS << ' -I../..'
create_header