Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: third_party/libxml/linux/xml2-config

Issue 1193533007: Upgrade to libxml 2.9.2 and libxslt 1.1.28 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no iconv Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxml/linux/include/libxml/xmlversion.h ('k') | third_party/libxml/mac/config.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/linux/xml2-config
diff --git a/third_party/libxml/linux/xml2-config b/third_party/libxml/linux/xml2-config
index 799fc11f6628b3836b47de994872979e1798f284..d874f80de703feb577804f268bbf89221822f4c0 100755
--- a/third_party/libxml/linux/xml2-config
+++ b/third_party/libxml/linux/xml2-config
@@ -58,7 +58,7 @@ while test $# -gt 0; do
;;
--version)
- echo 2.7.7
+ echo 2.9.2
exit 0
;;
@@ -86,12 +86,12 @@ while test $# -gt 0; do
then
if [ "-L${libdir}" = "-L/usr/lib" -o "-L${libdir}" = "-L/usr/lib64" ]
then
- echo -lxml2 -lz -lm
+ echo -lxml2 -lz -lm -ldl
else
- echo -L${libdir} -lxml2 -lz -lm
+ echo -L${libdir} -lxml2 -lz -lm -ldl
fi
else
- echo -L${libdir} -lxml2 -lz -lm
+ echo -L${libdir} -lxml2 -lz -lm -ldl
fi
;;
« no previous file with comments | « third_party/libxml/linux/include/libxml/xmlversion.h ('k') | third_party/libxml/mac/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698