ruby-cvs:21278
From: nobu ruby-lang.org
Date: Wed, 28 Nov 2007 14:43:18 +0900 (JST)
Subject: [ruby-cvs:21278] Ruby:r14041 (ruby_1_8, trunk): * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS to
nobu 2007-11-28 14:43:17 +0900 (Wed, 28 Nov 2007)
New Revision: 14041
Modified files:
branches/ruby_1_8/ChangeLog
branches/ruby_1_8/ext/extmk.rb
branches/ruby_1_8/lib/mkmf.rb
trunk/ChangeLog
trunk/ext/extmk.rb
trunk/lib/mkmf.rb
Log:
* ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS to
get rid of mixing $LDFLAGS and $ARCH_FLAG.
* lib/mkmf.rb (configuration): ditto.
* lib/mkmf.rb (create_makefile): support for extensions which has no
shared object.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/lib/mkmf.rb?r1=14041&r2=14040
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ext/extmk.rb?r1=14041&r2=14040
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/ChangeLog?r1=14041&r2=14040
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=14041&r2=14040
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/mkmf.rb?r1=14041&r2=14040
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/extmk.rb?r1=14041&r2=14040