libtool: commit forgotten soname_spec for freebsd-elf in bb7cef9.

* 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>
This commit is contained in:
Tijl Coosemans 2014-12-04 13:47:06 +00:00 committed by Gary V. Vaughan
parent ef519e9ecc
commit 218bf6f4c2
2 changed files with 4 additions and 0 deletions

3
NEWS
View File

@ -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]

1
m4/libtool.m4 vendored
View 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
;;