mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* ltconfig.in: For sunos4, add ${libname}.so$versuffix to
library_names_spec. * ltmain.in: For version_type of sunos, set versuffix even if -version-info was not used.
This commit is contained in:
parent
88ca2cd0f6
commit
2b891d56f4
@ -1,3 +1,10 @@
|
||||
1998-11-02 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* ltconfig.in: For sunos4, add ${libname}.so$versuffix to
|
||||
library_names_spec.
|
||||
* ltmain.in: For version_type of sunos, set versuffix even if
|
||||
-version-info was not used.
|
||||
|
||||
1998-11-02 Alexandre Oliva <oliva@dcc.unicamp.br>
|
||||
|
||||
* ltmain.in (libobj): default value must not contain directory
|
||||
|
@ -1282,7 +1282,7 @@ solaris2*)
|
||||
|
||||
sunos4*)
|
||||
version_type=sunos
|
||||
library_names_spec='${libname}${release}.so$versuffix'
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user