]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in: Update support for the Hurd. Make sure that the
authorMark Kettenis <kettenis@gnu.org>
Sat, 5 Jun 1999 09:31:39 +0000 (09:31 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 5 Jun 1999 09:31:39 +0000 (09:31 +0000)
soname includes the major version number and create the right
links.  Allow shared objects without the `lib' prefix and without
version information.

ChangeLog
ltconfig.in

index 3937651d5617c1956ec1f744efce9dece7d7e26a..b46b685951ae42c030a33e1eee7e71f79bbf5227 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-06-05  Mark Kettenis  <kettenis@gnu.org>
+
+       * 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 <nick@jive.org>
 
        * ltmain.in (link): use "$nonopt" as the compiler for
index 80ba0ccf9cd47752c898e8fdb0a532deeec83157..ac375733b5310b354d4bf09c6578ba7d734eaa79 100755 (executable)
@@ -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
   ;;