On Thu, 4 Dec 2014 13:55:54 +0000 "Gary V. Vaughan" <g...@vaughan.pe> wrote: > On Dec 4, 2014, at 9:00 AM, Tijl Coosemans <t...@freebsd.org> wrote: >> On Thu, 27 Nov 2014 18:59:56 +0100 Tijl Coosemans <t...@freebsd.org> wrote: >>> --- a/m4/libtool.m4 >>> +++ b/m4/libtool.m4 >>> @@ -2543,7 +2543,8 @@ freebsd* | dragonfly*) >>> version_type=freebsd-$objformat >>> case $version_type in >>> freebsd-elf*) >>> - library_names_spec='$libname$release$shared_ext$versuffix >>> $libname$release$shared_ext $libname$shared_ext' >>> + library_names_spec='$libname$release$shared_ext$versuffix >>> $libname$release$shared_ext$major $libname$shared_ext' >>> + soname_spec='$libname$release$shared_ext$major' >> >> This patch seems to have been committed without this soname_spec line. > > Argh. Sorry about that, and thanks for picking up the mistake. Hopefully, > this also fixes the test failures reported on freebsds recently. > > Please confirm that current master is behaving for you, and I'll put out > a patch release.
Looks good. The output of make check is also ok.