diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-06 20:35:25 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-01-20 23:33:14 +0100 |
commit | 88daf798fec56a99e5eb3aed67f3b58572d97d34 (patch) | |
tree | b052e9a55e546e1f78298fb9fcffe9bac95ff871 | |
parent | 5c88cfcc525290d0ad1c322401685c60c1abdf10 (diff) | |
download | samba-88daf798fec56a99e5eb3aed67f3b58572d97d34.tar.gz samba-88daf798fec56a99e5eb3aed67f3b58572d97d34.tar.bz2 samba-88daf798fec56a99e5eb3aed67f3b58572d97d34.zip |
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
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Jan 20 23:33:14 CET 2012 on sn-devel-104
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a405a18036..63ea2835f5 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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) |