ruby-changes:11847
From: yugui <ko1@a...>
Date: Wed, 20 May 2009 23:04:16 +0900 (JST)
Subject: [ruby-changes:11847] Ruby:r23502 (trunk): NEWS (--program-prefix and --program-suffix): describe r23368.
yugui 2009-05-20 23:04:04 +0900 (Wed, 20 May 2009) New Revision: 23502 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23502 Log: NEWS (--program-prefix and --program-suffix): describe r23368. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 23501) +++ NEWS (revision 23502) @@ -201,6 +201,14 @@ * 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 @@ * Time.local * Time.mktime * Time.parse + * --program-prefix and --program-suffix See above. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/