From c573aaf73f68500ec482f756dd14508002714e61 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 20 May 2009 14:04:04 +0000 Subject: NEWS (--program-prefix and --program-suffix): describe r23368. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e6ce0fe4b4..646e244d1a 100644 --- a/NEWS +++ b/NEWS @@ -201,6 +201,14 @@ with all sufficient information, see the ChangeLog file. * new methods: * Zlib::GzipFile#path +=== Compilation options + +* --program-prefix and --program-suffix no longer act on the shared object + names nor paths to libraries. + + use --with-rubylibprefix='${libruby}/${RUBY_INSTALL_NAME}' and + --with-soname='${RUBY_INSTALL_NAME}' for the same result as Ruby 1.9.1. + === Compatibility issues (excluding feature bug fixes) * Enumerator#rewind @@ -215,5 +223,6 @@ with all sufficient information, see the ChangeLog file. * Time.local * Time.mktime * Time.parse + * --program-prefix and --program-suffix See above. -- cgit v1.2.3