From 0aaaacdb432dc8d28bc92df63adde811f96d8795 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 6 Jan 2003 10:59:57 +0000 Subject: [PATCH] applied the patch to fix #101894 Daniel * libxml-2.0.pc.in: applied the patch to fix #101894 Daniel --- ChangeLog | 4 ++++ libxml-2.0.pc.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4cf1dbc3..923c0d07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Jan 6 11:59:09 CET 2003 Daniel Veillard + + * libxml-2.0.pc.in: applied the patch to fix #101894 + Sun Jan 5 23:35:47 CET 2003 Daniel Veillard * tree.c : applied patch from Lukas Schroeder for register callbacks diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in index 8002efb8..5b548958 100644 --- a/libxml-2.0.pc.in +++ b/libxml-2.0.pc.in @@ -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@