[4502] MacRuby/trunk/ext/openssl/extconf.rb
10 Sep
2010
10 Sep
'10
7:55 a.m.
Revision: 4502 http://trac.macosforge.org/projects/ruby/changeset/4502 Author: lsansonetti@apple.com Date: 2010-09-10 00:55:08 -0700 (Fri, 10 Sep 2010) Log Message: ----------- ignore deprecated warnings when compiling the openssl extension Modified Paths: -------------- MacRuby/trunk/ext/openssl/extconf.rb Modified: MacRuby/trunk/ext/openssl/extconf.rb =================================================================== --- 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
5538
Age (days ago)
5538
Last active (days ago)
0 comments
1 participants
participants (1)
-
source_changes@macosforge.org