summaryrefslogtreecommitdiffstats
path: root/third_party/libxml/README.google
diff options
context:
space:
mode:
authormmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 18:37:03 +0000
committermmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-06 18:37:03 +0000
commite6d08cad82c6175196682a0730be347d5dddd415 (patch)
tree0e37904d053ce3e28c4e3889079d0cc5e3fee177 /third_party/libxml/README.google
parent754e5bc23b758ef3444dd7383822563e46da8405 (diff)
downloadchromium_src-e6d08cad82c6175196682a0730be347d5dddd415.zip
chromium_src-e6d08cad82c6175196682a0730be347d5dddd415.tar.gz
chromium_src-e6d08cad82c6175196682a0730be347d5dddd415.tar.bz2
Allow third_party/libxml to compile on Linux. This uses static config.h and xmlversion.h files generated by ./configure, which probably isn't ideal, but it's a start.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml/README.google')
-rw-r--r--third_party/libxml/README.google5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/libxml/README.google b/third_party/libxml/README.google
index b194f34..2cbcd56 100644
--- a/third_party/libxml/README.google
+++ b/third_party/libxml/README.google
@@ -4,6 +4,9 @@ includes the following modifications :
* Modified encoding.c to fix memory leak (06/13/2008)
* Modified win32/configure.js NOT to use iconv
* Modified win32/configure.js to be able to clobber a read-only Makefile
+* Modified configure to enable icu.
+* Modified configure to not generate Makefiles and other unused build files..
+* Added pre-generated Linux headers to linux/.
* Changed 'LoadLibrary' to 'LoadLibraryA' in xmlmodule.c (used with
'const char*' as an argument)
* Changed bogus '(unsigned long)' cast to '(unsigned short)' in xmlregexp.c
@@ -25,4 +28,6 @@ To import a new snapshot of libxml:
- Apply the patch in google.patch and reconcile any conflict
- Then, make any necessary changes to remove compile-time warnings.
- Update google.patch
+- 'cd linux && sh ../configure --without-iconv' to re-generate config.h and
+ include/libxml/xmlversion.h.
- Update this README to reflect the new version number.