]> 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 7fbc21c1f5a82cb590afad471edaa96caf922e6b..72ceb7b0232a2d073235980907575df22de4b398 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-05-27  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * TODO: Remove the short list of people interested in C++
index 245cfba4791548db74543380002df4a14558bcd4..c4d6ec3049606ae8a8bbb03aea1962040b68efb6 100755 (executable)
@@ -1811,7 +1811,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
   ;;