summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNorihiro Tanaka <noritnk@kcn.ne.jp>2014-12-04 15:39:14 +0000
committerGary V. Vaughan <gary@gnu.org>2014-12-04 15:45:02 +0000
commitfacce819e1d637bafe24301c1404f09c7e17fe63 (patch)
tree651fc0ee0640d95cdd4ff93d1f4b83e968a49dad /NEWS
parent57a78dd5310fda320c51657f09e13a985961ef85 (diff)
downloadlibtool-facce819e1d637bafe24301c1404f09c7e17fe63.tar.gz
libtool: fix sys_lib_dlsearch_path_spec for ia64 HP-UX.
The run-time loader does not search /usr/local or subdirectories by default on ia64 HP-UX. * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER): Fix sys_lib_dlsearch_path_spec for ia64 HP-UX. * NEWS: Update. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f5c3f3e..be3c7f47 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,12 @@ NEWS - list of user-visible changes between releases of GNU Libtool
- Fix a 2.4.4 regression so that libltdl subprojects do not warn
about missing libltdl/libltdl directory as in prior releases.
+** Changes in supported systems or compilers:
+
+ - /usr/local prefixed rpaths are now added to the link-line on
+ ia64-hp-hpux*, because the default system runtime loader path does
+ not contain them.
+
* Noteworthy changes in release 2.4.4 (2014-11-29) [stable]