From e6226a2f87a75d3daf21896affc0857a94d5d4ac Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Wed, 20 Nov 2002 15:59:07 +0000 Subject: ltconfig (osf[345]): Append $major to soname_spec. * ltconfig (osf[345]): Append $major to soname_spec. Reflect this in library_names_spec. * ltmain.sh (osf): Prefix $major with . for use as extension. boehm-gc: * ltconfig (osf[345]): Append $major to soname_spec. Reflect this in library_names_spec. * ltmain.sh (osf): Prefix $major with . for use as extension. From-SVN: r59306 --- boehm-gc/ltconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boehm-gc/ltconfig') diff --git a/boehm-gc/ltconfig b/boehm-gc/ltconfig index a01334f9212..b8eef56a916 100755 --- a/boehm-gc/ltconfig +++ b/boehm-gc/ltconfig @@ -2017,8 +2017,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 # this will be overridden with pass_all, but let us keep it just in case deplibs_check_method='file_magic COFF format alpha shared library' -- cgit v1.2.1