From 9b1746e5b8c89d456c24ac4dee9e71e2594480cd 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 7fbc21c1f..72ceb7b02 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-05-27 Alexandre Oliva * TODO: Remove the short list of people interested in C++ diff --git a/ltconfig.in b/ltconfig.in index 245cfba47..c4d6ec304 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -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 ;; -- 2.47.2