[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-789-gd842503

Michael Adam obnox at samba.org
Tue Mar 31 14:56:39 GMT 2009


The branch, master has been updated
       via  d8425032ccf53a65512b30e8068401e51dba8f20 (commit)
      from  9aab2631c6294ebc3e4a7ab2367e22e3d552d41b (commit)

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


- Log -----------------------------------------------------------------
commit d8425032ccf53a65512b30e8068401e51dba8f20
Author: Michael Adam <obnox at samba.org>
Date:   Tue Mar 31 16:45:07 2009 +0200

    s3:build: fix build of pam_winbind.so with static linking
    
    Static talloc libs were missing since conversion to talloc.
    
    Michael

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

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 6434f90..27c5fb4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -860,7 +860,7 @@ RPCCLIENT_OBJ = $(RPCCLIENT_OBJ1) \
 	     $(SMBLDAP_OBJ) $(DCUTIL_OBJ) $(LDB_OBJ) 
 
 PAM_WINBIND_OBJ = ../nsswitch/pam_winbind.o localedir.o $(WBCOMMON_OBJ) \
-		  $(LIBREPLACE_OBJ) @BUILD_INIPARSER@
+		  $(LIBREPLACE_OBJ) @BUILD_INIPARSER@ @LIBTALLOC_STATIC@
 
 LIBSMBCLIENT_OBJ0 = \
 		    libsmb/libsmb_cache.o \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list