mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* ltconfig.in: Updated bsdi4 soname specs to be more like
linux as discussed on the bsdi mailing list.
This commit is contained in:
parent
2cc31a3e28
commit
8b7acbe516
@ -1,3 +1,8 @@
|
||||
1999-07-24 Bert Driehuis <bert_driehuis@compuware.com>
|
||||
|
||||
* ltconfig.in: Updated bsdi4 soname specs to be more like
|
||||
linux as discussed on the bsdi mailing list.
|
||||
|
||||
1999-07-20 Gary V. Vaughan <gary@oranda.demon.co.uk>
|
||||
|
||||
* configure.in (AC_PROG_RANLIB): No longer required as we now use
|
||||
|
@ -1793,8 +1793,9 @@ beos*)
|
||||
|
||||
bsdi4*)
|
||||
version_type=linux
|
||||
library_names_spec='${libname}.so$major ${libname}.so'
|
||||
soname_spec='${libname}.so'
|
||||
need_version=no
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major $libname.so'
|
||||
soname_spec='${libname}${release}.so$major'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
|
||||
|
Loading…
Reference in New Issue
Block a user