From 55722e837bf388a5c9faea764765ce8da948ab3b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 6 Jan 2012 20:35:25 +1100 Subject: [PATCH] build: Add -lz to wbinfo to fix build on some hosts This is required after the rework of the object lists for gensec_gse Andrew Bartlett --- source3/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 96c58c8..5985192 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3133,7 +3133,7 @@ bin/wbinfo@EXEEXT@: $(BINARY_PREREQS) $(WBINFO_OBJ) @BUILD_POPT@ $(LIBTALLOC) $( @echo Linking $@ @$(CC) -o $@ $(LDFLAGS) $(WBINFO_OBJ) $(DYNEXP) $(LIBS) \ $(LDAP_LIBS) $(POPT_LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) \ - $(LIBWBCLIENT_LIBS) + $(LIBWBCLIENT_LIBS) $(ZLIB_LIBS) bin/ntlm_auth@EXEEXT@: $(BINARY_PREREQS) $(NTLM_AUTH_OBJ) $(PARAM_OBJ) \ $(LIB_NONSMBD_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT) -- 1.7.6.5