build: Add -lz to wbinfo to fix build on some hosts
authorAndrew Bartlett <abartlet@samba.org>
Fri, 6 Jan 2012 09:35:25 +0000 (20:35 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 20 Jan 2012 22:33:14 +0000 (23:33 +0100)
This is required after the rework of the object lists for gensec_gse

Andrew Bartlett

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Jan 20 23:33:14 CET 2012 on sn-devel-104

source3/Makefile.in

index a405a1803660dedf92969271ba4a7b5c6c18c0a9..63ea2835f582c48e14ca0bc34643cd7de6266f50 100644 (file)
@@ -3137,7 +3137,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)