For KMZ reading we use the minizip contrib package that comes with zlib (see
DEPENDENCIES). To avoid compiling third-party sources into our code, we build
minizip as a separate library.

There are some local modifications to the minizip code to avoid symbol clashes
with other projects that might statically link both libkml and its
dependencies with other libraries dependent on minizip. These can be seen by
diffing r655 with r656. We also initialzied some uninitialized variables to
provide compatibility with some new compilers. See r863 for details.

There are two local modifications to the uriparser code to avoid compiler
warnings on some recent flavors of GCC. Diff these revisions for details:
r706 : r705 (strict initialization)
r714 : r713 (free called on const pointer)

