diff --git a/patch/patch.cfg b/patch/patch.cfg index 6eb2ba647..81359bc80 100644 --- a/patch/patch.cfg +++ b/patch/patch.cfg @@ -17,6 +17,11 @@ patches = [ 'name': 'tools_gyp', 'path': '../tools/gyp/', }, + { + # http://code.google.com/p/chromiumembedded/issues/detail?id=496 + 'name': 'zlib', + 'path': '../third_party/zlib/', + }, { # http://code.google.com/p/chromiumembedded/issues/detail?id=364 'name': 'spi_webcore_364', diff --git a/patch/patches/zlib.patch b/patch/patches/zlib.patch new file mode 100644 index 000000000..03c510a09 --- /dev/null +++ b/patch/patches/zlib.patch @@ -0,0 +1,13 @@ +Index: contrib/minizip/unzip.c +=================================================================== +--- contrib/minizip/unzip.c (revision 153668) ++++ contrib/minizip/unzip.c (working copy) +@@ -69,7 +69,7 @@ + #include + + #ifndef NOUNCRYPT +- #define NOUNCRYPT ++// #define NOUNCRYPT + #endif + + #if defined(USE_SYSTEM_ZLIB)