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

Unified Diff: third_party/libxml/libxml.h

Issue 2951008: Update libxml to 2.7.7. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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
Index: third_party/libxml/libxml.h
diff --git a/third_party/libxml/libxml.h b/third_party/libxml/libxml.h
index 3c44c83735d5daba2791c39241fa4771e30b1fae..1656ac2dcaef6b82899d0b7f044f6166e4a303e6 100644
--- a/third_party/libxml/libxml.h
+++ b/third_party/libxml/libxml.h
@@ -90,4 +90,7 @@ void __xmlGlobalInitMutexDestroy(void);
#endif
#endif
#endif
+#ifndef PIC
+# define LIBXML_STATIC
+#endif
#endif /* ! __XML_LIBXML_H__ */

Powered by Google App Engine
This is Rietveld 408576698