From 228803cd015e54362e988e168a9976f6b7a27f85 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2010 11:37:42 +1100 Subject: zlib: use the real library name 'z' instead of ZLIB using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library. --- librpc/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') diff --git a/librpc/wscript_build b/librpc/wscript_build index e322443d73..83db7e7ebc 100644 --- a/librpc/wscript_build +++ b/librpc/wscript_build @@ -250,7 +250,7 @@ bld.SAMBA_SUBSYSTEM('NDR_INITSHUTDOWN', bld.SAMBA_SUBSYSTEM('NDR_COMPRESSION', source='../librpc/ndr/ndr_compression.c', public_deps='errors ndr', - deps='ZLIB LZXPRESS' + deps='z LZXPRESS' ) bld.SAMBA_SUBSYSTEM('NDR_DRSUAPI', -- cgit