summaryrefslogtreecommitdiff
path: root/lib/zlib
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zlib')
-rw-r--r--lib/zlib/wscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/zlib/wscript b/lib/zlib/wscript
index bc6de34611..a091de6b5f 100644
--- a/lib/zlib/wscript
+++ b/lib/zlib/wscript
@@ -15,6 +15,12 @@ def configure(conf):
msg='Checking for ZLIB_VERNUM >= 0x1230',
define='HAVE_ZLIB')
+ # If we don't do this then we will receive an error that lib 'z'
+ # is already declared as a system lib (for the cases where zlibVersion
+ # is defined
+ if not conf.env['HAVE_ZLIB']:
+ conf.LOCAL_CACHE_SET('TARGET_TYPE', 'z', 'EMPTY')
+
def build(bld):
if not bld.CONFIG_SET('HAVE_ZLIB'):
bld.SAMBA_LIBRARY('z',