[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-274-g6f64937

Jim McDonough jmcd at samba.org
Wed Jul 8 12:05:33 GMT 2009


The branch, master has been updated
       via  6f64937ab835adbe0fea2ff38a8bd03941fc9543 (commit)
      from  31bd62727dcba38c101ea0035f4b2898571ab149 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6f64937ab835adbe0fea2ff38a8bd03941fc9543
Author: Jim McDonough <jmcd at samba.org>
Date:   Wed Jul 8 08:02:04 2009 -0400

    Fix cifs.upcall builds on some platforms (zlib)

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index dd133df..b70d4ff 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1519,7 +1519,7 @@ bin/cifs.upcall at EXEEXT@: $(BINARY_PREREQS) $(CIFS_UPCALL_OBJ) $(LIBSMBCLIENT_OBJ
 	@$(CC) -o $@ $(CIFS_UPCALL_OBJ) $(DYNEXP) $(LDFLAGS) \
 		-lkeyutils $(LIBS) $(LIBSMBCLIENT_OBJ1) $(KRB5LIBS) \
 		$(LDAP_LIBS) $(LIBTALLOC_LIBS) $(LIBWBCLIENT_LIBS) \
-		$(LIBTDB_LIBS) $(NSCD_LIBS)
+		$(LIBTDB_LIBS) $(NSCD_LIBS) $(ZLIB_LIBS)
 
 bin/testparm at EXEEXT@: $(BINARY_PREREQS) $(TESTPARM_OBJ) @BUILD_POPT@ @LIBTALLOC_TARGET@ @LIBTDB_TARGET@
 	@echo Linking $@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list