From b38334e2ec11ffdd8b2d37bb77167bcc7fedbfe9 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 16 Feb 2013 11:52:12 +0000 Subject: Properly reflect --with-opt-dir to LIBRUBY_DLDFLAGS on all platforms. * configure.in (LIBRUBY_DLDFLAGS): Fix a bug where --with-opt-dir options given were not reflected to LIBRUBY_DLDFLAGS on many platforms including Linux and other GNU-based systems, NetBSD, AIX and BeOS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 066fa33778..5d36ee129c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Feb 16 20:47:16 2013 Akinori MUSHA + + * configure.in (LIBRUBY_DLDFLAGS): Fix a bug where --with-opt-dir + options given were not reflected to LIBRUBY_DLDFLAGS on many + platforms including Linux and other GNU-based systems, NetBSD, + AIX and BeOS. + Sat Feb 16 20:43:20 2013 Tanaka Akira * ext/socket/ancdata.c (rsock_recvmsg): ignore truncated part of -- cgit v1.2.3