]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: commit forgotten soname_spec for freebsd-elf in bb7cef9.
authorTijl Coosemans <tijl@FreeBSD.org>
Thu, 4 Dec 2014 13:47:06 +0000 (13:47 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 4 Dec 2014 13:51:46 +0000 (13:51 +0000)
* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) <freebsd-elf>: Set
soname_spec correctly, per original patch.
* NEWS: Update.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
NEWS
m4/libtool.m4

diff --git a/NEWS b/NEWS
index 280ab4c59fc54e4256b37ba9ed388b0cf7eaa587..5eab04626e401740254cca6e2a8e99727fe6d8c9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,9 @@ NEWS - list of user-visible changes between releases of GNU Libtool
   - Bail out at configure time if the installed M4 is not sufficient
     for the purposes of libtoolize.
 
+  - freebsd-elf library versioning was upgraded incorrectly in 2.4.4,
+    but now works properly again.
+
 
 * Noteworthy changes in release 2.4.4 (2014-11-29) [stable]
 
index 9c089e004798b4adf89468e750fdbebeff98c2fc..f584ca41b07b54169dc59211626cc639a6cd13ff 100644 (file)
@@ -2594,6 +2594,7 @@ freebsd* | dragonfly*)
   case $version_type in
     freebsd-elf*)
       library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
+      soname_spec='$libname$release$shared_ext$major'
       need_version=no
       need_lib_prefix=no
       ;;