Revert "build: Add -lz to wbinfo to fix build on some hosts"
authorStefan Metzmacher <metze@samba.org>
Tue, 24 Jan 2012 13:12:12 +0000 (14:12 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 24 Jan 2012 14:46:11 +0000 (15:46 +0100)
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

source3/Makefile.in

index 63ea2835f582c48e14ca0bc34643cd7de6266f50..a405a1803660dedf92969271ba4a7b5c6c18c0a9 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) $(ZLIB_LIBS)
+               $(LIBWBCLIENT_LIBS)
 
 bin/ntlm_auth@EXEEXT@: $(BINARY_PREREQS) $(NTLM_AUTH_OBJ) $(PARAM_OBJ) \
        $(LIB_NONSMBD_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT)