History log of /external/libxml2/libxml-2.0-uninstalled.pc.in
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f859d9a78350246222185a9605ae65da8ce42cea 28-Oct-2013 Philip Withnall <philip.withnall@collabora.co.uk> build: Add @LZMA_LIBS@ to libxml’s pkg-config files

If libxml2 is built and linked against liblzma, the latter needs to appear in
libxml2’s Libs.private pkg-config field, otherwise static linking against
libxml2 will fail due to unresolved liblzma symbols.

https://bugzilla.gnome.org/show_bug.cgi?id=711026
/external/libxml2/libxml-2.0-uninstalled.pc.in
1f01f49ba6abccc93a1779a05a33c3fb9c6efd4e 28-Aug-2012 Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> Handle ICU_LIBS as LIBADD, not LDFLAGS to prevent linking errors

For https://bugzilla.gnome.org/show_bug.cgi?id=677606
For https://bugs.gentoo.org/show_bug.cgi?id=417539

If libxml2-2.8.0 is built with --with-icu --with-python on a system that has an
older version of libxml2 installed, then during "make install", libxml2mod.so
gets relinked to the systemwide version of libxml2.so.2 instead of libxml2.so.2
from the build tree, and fails at runtime if symbol versions from the older
libxml2.so.2 are not available. This effectively makes it impossible to build a
libxml2-2.8.0 binary package on a system that does not already have
libxml2-2.8.0 installed.

Investigation by Rafał Mużyło and Arfrever Frehtes Taifersar Arahesis revealed
the cause of the problem to be that libxml2's configure was adding ICU_LIBS to
LDFLAGS instead of to LIBADD. This resulted in GNU libtool using the wrong
argument order in its relinking command that gets run during "make install".
/external/libxml2/libxml-2.0-uninstalled.pc.in
0643112b6a0ad2a52d2ae7edde8ee9e107fa21f1 30-Sep-2003 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au> New file for building against uninstalled libxml2 builds. Support the


Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>

* libxml-2.0-uninstalled.pc.in: New file for building against
uninstalled libxml2 builds.
* configure.in, Makefile.am: Support the *-uninstalled.pc file.
/external/libxml2/libxml-2.0-uninstalled.pc.in