From: Tijl Coosemans Date: Thu, 4 Dec 2014 13:47:06 +0000 (+0000) Subject: libtool: commit forgotten soname_spec for freebsd-elf in bb7cef9. X-Git-Tag: v2.4.5~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=218bf6f4c2ed02ee13293b2100238008ef225405;p=thirdparty%2Flibtool.git libtool: commit forgotten soname_spec for freebsd-elf in bb7cef9. * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) : Set soname_spec correctly, per original patch. * NEWS: Update. Signed-off-by: Gary V. Vaughan --- diff --git a/NEWS b/NEWS index 280ab4c59..5eab04626 100644 --- 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] diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 9c089e004..f584ca41b 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -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 ;;