[SCM] Samba Shared Repository - branch v3-devel updated - release-3-2-0pre2-3755-g661b7fd

Michael Adam obnox at samba.org
Tue Aug 19 11:30:49 GMT 2008


The branch, v3-devel has been updated
       via  661b7fdffda40a9ca7cb36627dbaf91cb4357cd0 (commit)
      from  e415420b086a236be6bcc1e7584bec276a74e457 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-devel


- Log -----------------------------------------------------------------
commit 661b7fdffda40a9ca7cb36627dbaf91cb4357cd0
Author: Michael Adam <obnox at samba.org>
Date:   Tue Aug 19 13:29:24 2008 +0200

    build: fix linking cifs.upcall when nscd_flush_cache() is found.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index d92ecec..8e76dcf 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1350,7 +1350,7 @@ bin/cifs.upcall at EXEEXT@: $(BINARY_PREREQS) $(CIFS_UPCALL_OBJ) $(LIBSMBCLIENT_OBJ
 	@$(CC) $(FLAGS) -o $@ $(CIFS_UPCALL_OBJ) $(DYNEXP) $(LDFLAGS) \
 		-lkeyutils $(LIBS) $(LIBSMBCLIENT_OBJ1) $(KRB5LIBS) \
 		$(LDAP_LIBS) $(POPT_LIBS) $(LIBTALLOC_LIBS) $(WINBIND_LIBS) \
-		$(LIBTDB_LIBS)
+		$(LIBTDB_LIBS) $(NSCD_LIBS)
 
 bin/testparm at EXEEXT@: $(BINARY_PREREQS) $(TESTPARM_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@
 	@echo Linking $@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list