[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2936-g7401c6a

Michael Adam obnox at samba.org
Tue Aug 19 11:39:50 GMT 2008


The branch, v3-2-test has been updated
       via  7401c6a5b74c9c82c02923e6eafa6072a5d5678f (commit)
      from  efbd263131228281eca30d7834de52502d2806d6 (commit)

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


- Log -----------------------------------------------------------------
commit 7401c6a5b74c9c82c02923e6eafa6072a5d5678f
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
    (cherry picked from commit 661b7fdffda40a9ca7cb36627dbaf91cb4357cd0)

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

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 57d5114..11f7085 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1324,7 +1324,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