diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-20 11:06:43 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-12-20 11:06:43 +0000 |
commit | aba1f0ff387d11217f3b607e2ac9854044e2f9e1 (patch) | |
tree | 6bba0c21a2fe9d679ab972a9dda87f93cbc4223f /ChangeLog | |
parent | 1ba17da7377d55208b9e55e447f9da2379dcfb42 (diff) | |
download | ruby-aba1f0ff387d11217f3b607e2ac9854044e2f9e1.tar.gz |
* ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Fri Dec 20 19:35:37 2002 WATANABE Hirofumi <eban@ruby-lang.org> + + * ext/extmk.rb.in: get rid of --no-undefined option in $DLDFLAGS. + Wed Dec 18 17:53:05 2002 Yukihiro Matsumoto <matz@ruby-lang.org> * class.c (rb_include_module): argument should be T_MODULE, not |