Commit 71978a44 authored by Barry Warsaw's avatar Barry Warsaw

Since zlib's been removed we might as well not try to build it <wink>.

parent 22e49866
......@@ -606,30 +606,6 @@ setup(
packages=['zdaemon', 'zdaemon.tests']
)
# zlib
setup(
name='zlib',
author=AUTHOR,
ext_modules=[
Extension(name='zlib',
include_dirs=['../Components/zlib'],
sources=['../Components/zlib/adler32.c',
'../Components/zlib/compress.c',
'../Components/zlib/crc32.c',
'../Components/zlib/gzio.c',
'../Components/zlib/uncompr.c',
'../Components/zlib/deflate.c',
'../Components/zlib/trees.c',
'../Components/zlib/zutil.c',
'../Components/zlib/inflate.c',
'../Components/zlib/infblock.c',
'../Components/zlib/inftrees.c',
'../Components/zlib/infcodes.c',
'../Components/zlib/infutil.c',
'../Components/zlib/inffast.c',
'../Components/zlib/zlib.c'])]
)
# initgroups
setup(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment