waf: Mark the replacement zlib private so that it can build on machine without a...
authorMatthieu Patou <mat@matws.net>
Thu, 21 Oct 2010 21:01:53 +0000 (01:01 +0400)
committerMatthieu Patou <mat@samba.org>
Thu, 21 Oct 2010 21:47:46 +0000 (21:47 +0000)
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104

lib/zlib/wscript

index 6f0d4f798986abe46ef83037f6299a847bbb54c6..c16dc4c0295820d84a90eb9a45ad257d823cec89 100644 (file)
@@ -20,6 +20,7 @@ def build(bld):
         bld.TARGET_ALIAS('z', 'ZLIB')
     else:
         bld.SAMBA_LIBRARY('ZLIB',
+                          private_library=True,
                           deps='replace',
                           source='''adler32.c compress.c crc32.c gzio.c
                                     uncompr.c deflate.c trees.c zutil.c