Soname bump
Anthony Green
green@redhat.com
Mon Aug 8 03:48:00 GMT 2011
Andrew Haley <aph@redhat.com> writes:
> There has been a soname bump to libffi.so.6. Why was this? Will older
> packages linked against libffi.so.5 still work? Can I perhaps just symlink
> libffi.so.6 -> libffi.so.5 ?
Some debug functions that have should never have been exported were
removed from production builds a few months ago (src/debug.c). It's
highly unlikely anybody was using them, but I wanted to stick with the
rules defined in libtool-version. Here's the ChangeLog entry...
2011-02-11 Anthony Green <green@moxielogic.com>
* libtool-version: Update.
* Makefile.am (nodist_libffi_la_SOURCES): Add src/debug.c if
FFI_DEBUG.
(libffi_la_SOURCES): Remove src/debug.c
(EXTRA_DIST): Add src/debug.c
* Makefile.in: Rebuilt.
AG
>
> Andrew.
More information about the Libffi-discuss
mailing list