diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-01-24 14:12:12 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-25 03:44:34 +0100 |
commit | 23ddaa858cc83085cbd4017fdb5b6bba870b8c1a (patch) | |
tree | 10da5e29c323ea26e0fd0e0bfe566ead1c9af396 | |
parent | 9e6675e8d04f503bec0d620654f86e18149fcf88 (diff) | |
download | samba-23ddaa858cc83085cbd4017fdb5b6bba870b8c1a.tar.gz samba-23ddaa858cc83085cbd4017fdb5b6bba870b8c1a.tar.bz2 samba-23ddaa858cc83085cbd4017fdb5b6bba870b8c1a.zip |
Revert "build: Add -lz to wbinfo to fix build on some hosts"
This reverts commit 88daf798fec56a99e5eb3aed67f3b58572d97d34.
This is not needed as 5c88cfcc525290d0ad1c322401685c60c1abdf10 is the better
fix, see https://bugzilla.samba.org/show_bug.cgi?id=8711
metze
-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 63ea2835f5..a405a18036 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) $(ZLIB_LIBS) + $(LIBWBCLIENT_LIBS) bin/ntlm_auth@EXEEXT@: $(BINARY_PREREQS) $(NTLM_AUTH_OBJ) $(PARAM_OBJ) \ $(LIB_NONSMBD_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT) |