summaryrefslogtreecommitdiff
path: root/m4
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 /m4
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 'm4')
-rw-r--r--m4/libtool.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/libtool.m4 b/m4/libtool.m4
index f584ca41..2bbf01b1 100644
--- a/m4/libtool.m4
+++ b/m4/libtool.m4
@@ -2654,10 +2654,11 @@ hpux9* | hpux10* | hpux11*)
soname_spec='$libname$release$shared_ext$major'
if test 32 = "$HPUX_IA64_MODE"; then
sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
+ sys_lib_dlsearch_path_spec=/usr/lib/hpux32
else
sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
+ sys_lib_dlsearch_path_spec=/usr/lib/hpux64
fi
- sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
;;
hppa*64*)
shrext_cmds='.sl'