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

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

Issue 2804483002: Check in the libxml roll script. (Closed)
Patch Set: Code review feedback for the roll script. Created 3 years, 8 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 2efbfd728150d4533dd8e3d592ab0ce50ceb5b8b..a9147d1ee7b9c03bced206fb9cc236439b21b7a9 100755
--- a/third_party/libxml/linux/xml2-config
+++ b/third_party/libxml/linux/xml2-config
@@ -78,7 +78,7 @@ while test $# -gt 0; do
;;
--modules)
- echo 1
+ echo 0
;;
--libs)
@@ -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 -licui18n -licuuc -licudata -lm -ldl
+ echo -lxml2 -licui18n -licuuc -licudata -lm
else
- echo -L${libdir} -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl
+ echo -L${libdir} -lxml2 -licui18n -licuuc -licudata -lm
fi
else
- echo -L${libdir} -lxml2 -lz -licui18n -licuuc -licudata -lm -ldl
+ echo -L${libdir} -lxml2 -licui18n -licuuc -licudata -lm
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