From: Mark Kettenis Date: Sat, 5 Jun 1999 09:31:39 +0000 (+0000) Subject: * ltconfig.in: Update support for the Hurd. Make sure that the X-Git-Tag: release-1-3b~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=483db00d6875a12297f32a0517c2a8490c24ab32;p=thirdparty%2Flibtool.git * 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. --- 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 ;;