third_party: Remove zlib from third_party
[garming/samba-autobuild/.git] / third_party / wscript
index 286e1015e7067a2780351a2c51076f98c07b5928..3185f90b7968e49a7ef36d390464ece415e4dae3 100644 (file)
@@ -48,7 +48,6 @@ def configure(conf):
         find_third_party_module(conf, module, package)
     conf.RECURSE('cmocka')
     conf.RECURSE('popt')
-    conf.RECURSE('zlib')
     conf.RECURSE('aesni-intel')
     if conf.CONFIG_GET('ENABLE_SELFTEST'):
         conf.RECURSE('socket_wrapper')
@@ -80,7 +79,6 @@ def build(bld):
         bld.INSTALL_FILES('${PYTHONARCHDIR}/samba/third_party', 'empty_file', destname='__init__.py')
 
     bld.RECURSE('cmocka')
-    bld.RECURSE('zlib')
     bld.RECURSE('popt')
     bld.RECURSE('aesni-intel')
     if bld.CONFIG_GET('SOCKET_WRAPPER'):