From 483db00d6875a12297f32a0517c2a8490c24ab32 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 5 Jun 1999 09:31:39 +0000 Subject: [PATCH] * ltconfig.in: Update support for the Hurd. Make sure that the soname includes the major version number and create the right links. Allow shared objects without the `lib' prefix and without version information. --- ChangeLog | 7 +++++++ ltconfig.in | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3937651d5..b46b68595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-06-05 Mark Kettenis + + * ltconfig.in: Update support for the Hurd. Make sure that the + soname includes the major version number and create the right + links. Allow shared objects without the `lib' prefix and without + version information. + 1999-06-02 Nick Rasmussen * ltmain.in (link): use "$nonopt" as the compiler for diff --git a/ltconfig.in b/ltconfig.in index 80ba0ccf9..ac375733b 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -1821,7 +1821,10 @@ freebsd*) gnu*) version_type=linux - library_names_spec='${libname}${release}.so$versuffix ${libname}.so' + need_lib_prefix=no + need_version=no + library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so${major} ${libname}.so' + soname_spec='${libname}${release}.so$major' shlibpath_var=LD_LIBRARY_PATH deplibs_check_method=pass_all ;; -- 2.47.3