mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-13 18:47:01 +08:00
applied the patch to fix #101894 Daniel
* libxml-2.0.pc.in: applied the patch to fix #101894 Daniel
This commit is contained in:
parent
8a1b1853fc
commit
0aaaacdb43
@ -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
|
||||
|
@ -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@
|
||||
|
Loading…
x
Reference in New Issue
Block a user