diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-28 11:10:52 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-07-28 11:10:52 +0000 |
commit | 5c2f4fbcbd26c1927630564cae55fbb5f2d5791d (patch) | |
tree | d645320e588019ee9cfea4b1092d67f2c918cfd8 /ChangeLog | |
parent | dd8f7a6cfdce76078c1deb3d39e6f95edc1283c1 (diff) | |
download | ruby-5c2f4fbcbd26c1927630564cae55fbb5f2d5791d.tar.gz |
extmk.rb: static extensions
* ext/extmk.rb (extmake): should make static libraries for extensions
to be statically linked. [Bug #7948]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Jul 28 20:10:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * ext/extmk.rb (extmake): should make static libraries for extensions + to be statically linked. [Bug #7948] + Sun Jul 28 17:38:32 2013 Masaki Matsushita <glass.saga@gmail.com> * string.c: add internal API rb_str_locktmp_ensure(). |