mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
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:
parent
ef519e9ecc
commit
218bf6f4c2
3
NEWS
3
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]
|
||||
|
||||
|
1
m4/libtool.m4
vendored
1
m4/libtool.m4
vendored
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user