ruby-changes:32390
From: nobu <ko1@a...>
Date: Tue, 31 Dec 2013 15:45:03 +0900 (JST)
Subject: [ruby-changes:32390] nobu:r44469 (trunk): mkmf.rb: expand RUBY_SO_NAME
nobu 2013-12-31 15:44:58 +0900 (Tue, 31 Dec 2013) New Revision: 44469 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44469 Log: mkmf.rb: expand RUBY_SO_NAME * lib/mkmf.rb (RbConfig): expand RUBY_SO_NAME for extensions backward compatibility. [ruby-core:59426] [Bug #9329] Modified files: trunk/ChangeLog trunk/lib/mkmf.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 44468) +++ ChangeLog (revision 44469) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Dec 31 15:44:48 2013 Nobuyoshi Nakada <nobu@r...> + + * lib/mkmf.rb (RbConfig): expand RUBY_SO_NAME for extensions + backward compatibility. [ruby-core:59426] [Bug #9329] + Mon Dec 30 23:33:07 2013 Ayumu AIZAWA <ayumu.aizawa@g...> * variable.c: [DOC] adding extra example in docs. Index: lib/mkmf.rb =================================================================== --- lib/mkmf.rb (revision 44468) +++ lib/mkmf.rb (revision 44469) @@ -2509,6 +2509,8 @@ MESSAGE https://github.com/ruby/ruby/blob/trunk/lib/mkmf.rb#L2509 $configure_args["--topdir"] ||= $curdir $ruby = arg_config("--ruby", File.join(RbConfig::CONFIG["bindir"], CONFIG["ruby_install_name"])) + RbConfig.expand(CONFIG["RUBY_SO_NAME"]) + # :startdoc: split = Shellwords.method(:shellwords).to_proc -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/