Skip to content

Commit 2ae49e7

Browse files
committed
merge revision(s) 44469: [Backport ruby#9329]
* lib/mkmf.rb (RbConfig): expand RUBY_SO_NAME for extensions backward compatibility. [ruby-core:59426] [Bug ruby#9329] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 41196a7 commit 2ae49e7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Fri Feb 21 23:10:12 2014 Nobuyoshi Nakada <[email protected]>
2+
3+
* lib/mkmf.rb (RbConfig): expand RUBY_SO_NAME for extensions
4+
backward compatibility. [ruby-core:59426] [Bug #9329]
5+
16
Fri Feb 21 23:07:56 2014 Akio Tajima <[email protected]>
27

38
* win32/Makefile.sub: remove HAVE_FSEEKO because fseeko removed from win32/win32.c

lib/mkmf.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,6 +2508,8 @@ def MAIN_DOES_NOTHING(*refs)
25082508
$configure_args["--topdir"] ||= $curdir
25092509
$ruby = arg_config("--ruby", File.join(RbConfig::CONFIG["bindir"], CONFIG["ruby_install_name"]))
25102510

2511+
RbConfig.expand(CONFIG["RUBY_SO_NAME"])
2512+
25112513
# :startdoc:
25122514

25132515
split = Shellwords.method(:shellwords).to_proc

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.1"
22
#define RUBY_RELEASE_DATE "2014-02-21"
3-
#define RUBY_PATCHLEVEL 45
3+
#define RUBY_PATCHLEVEL 46
44

55
#define RUBY_RELEASE_YEAR 2014
66
#define RUBY_RELEASE_MONTH 2

0 commit comments

Comments
 (0)