summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-19 08:25:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-19 08:25:36 +0000
commit68068a5cc4c66234a7f02b308dbec76c58a27709 (patch)
tree568b97a2efccf83a5bb45aa51b5067ae0cbf6cef /ChangeLog
parent97e966d04bd758d66b7264801ba197a61e3616e4 (diff)
downloadruby-68068a5cc4c66234a7f02b308dbec76c58a27709.tar.gz
ruby-68068a5cc4c66234a7f02b308dbec76c58a27709.tar.xz
ruby-68068a5cc4c66234a7f02b308dbec76c58a27709.zip
* configure.in (enable_rpath): use rpath flag to embed the library
path into extensions on ELF environment. [ruby-dev:25035] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccaba8d34..0917fda36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 19 17:24:59 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (enable_rpath): use rpath flag to embed the library
+ path into extensions on ELF environment. [ruby-dev:25035]
+
Sun Dec 19 11:01:25 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit.rb: use standalone runner for -e.