aboutsummaryrefslogtreecommitdiffstats
path: root/libxml-2.0.pc.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-12-09 14:00:54 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-12-09 14:00:54 +0000
commitb82c16694d1225a8b7a306394366246f0b56c2f3 (patch)
treedd58b79437adb110e1b8e0b88870a17f4e4b3fb8 /libxml-2.0.pc.in
parentef90ba7e3b530a8eb9ed27f57f0ced139b839780 (diff)
downloadandroid_external_libxml2-b82c16694d1225a8b7a306394366246f0b56c2f3.tar.gz
android_external_libxml2-b82c16694d1225a8b7a306394366246f0b56c2f3.tar.bz2
android_external_libxml2-b82c16694d1225a8b7a306394366246f0b56c2f3.zip
do not reference strdup() ! trying to fix the libs of the various config
* globals.c: do not reference strdup() ! * configure.in libxml-2.0.pc.in: trying to fix the libs of the various config extraction modules Daniel
Diffstat (limited to 'libxml-2.0.pc.in')
-rw-r--r--libxml-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
index 80caf554..8002efb8 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 @Z_LIBS@ @M_LIBS@ @LIBS@
+Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @M_LIBS@ @LIBS@
Cflags: -I${includedir}/libxml2 @XML_CFLAGS@