applied the patch to fix #101894 Daniel

* libxml-2.0.pc.in: applied the patch to fix #101894
Daniel
This commit is contained in:
Daniel Veillard 2003-01-06 10:59:57 +00:00
parent 8a1b1853fc
commit 0aaaacdb43
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
* libxml-2.0.pc.in: applied the patch to fix #101894
Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
* tree.c : applied patch from Lukas Schroeder for register callbacks

View File

@ -8,5 +8,5 @@ Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir}/libxml2 @XML_CFLAGS@
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@