Do not build with zlib.

This commit is contained in:
Chris Johns 2012-08-04 22:16:48 +10:00
parent 6b88114668
commit f51e6914b8

View File

@ -53,6 +53,9 @@ def load():
'optflags': '-O2 -fasynchronous-unwind-tables',
'_smp_mflags': smp_mflags,
'__xz': '/usr/local/bin/xz',
# Work around the broken sed code on BSD sed
#'without_gcc_std': 'True',
'with_zlib': '--with-zlib=no',
}
return defines