mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
waf: Mark the replacement zlib private so that it can build on machine without a system zlib
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104
This commit is contained in:
parent
4ea7d4694a
commit
c74ef7acf4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user