From 2062b97352d8778fea8b68db13fb49ddbb7e2925 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Mon, 9 Sep 2002 18:27:14 +0000 Subject: [PATCH] * libtool.m4 (osf[345]): Append $major to soname_spec. Reflect this in library_names_spec. * ltmain.in (osf): Prefix $major with '.' for use as extension. --- ChangeLog | 6 ++++++ libtool.m4 | 4 ++-- ltmain.in | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39d1b1763..3854d5a72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-09-09 Rainer Orth + + * libtool.m4 (osf[345]): Append $major to soname_spec. + Reflect this in library_names_spec. + * ltmain.in (osf): Prefix $major with '.' for use as extension. + 2002-06-26 Bob Friesenhahn * libtool.m4 (sys_lib_search_path_spec): Remove extraneous '=' diff --git a/libtool.m4 b/libtool.m4 index f21736242..2ad8e7cd3 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -2239,8 +2239,8 @@ os2*) osf3* | osf4* | osf5*) version_type=osf need_version=no - soname_spec='${libname}${release}.so' - library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' + soname_spec='${libname}${release}.so$major' + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so' shlibpath_var=LD_LIBRARY_PATH sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec" diff --git a/ltmain.in b/ltmain.in index 556e81765..d06b8f726 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2323,7 +2323,7 @@ compiler." ;; osf) - major=`expr $current - $age` + major=.`expr $current - $age` versuffix=".$current.$age.$revision" verstring="$current.$age.$revision" -- 2.47.2