The branch, v3-4-test has been updated
       via  848919e86ee8040aa81b8be2559283ada22cc723 (commit)
      from  9f68847576c4c5e77f042e97810be4f53574baba (commit)

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


- Log -----------------------------------------------------------------
commit 848919e86ee8040aa81b8be2559283ada22cc723
Author: Michael Adam <[email protected]>
Date:   Tue Mar 31 16:40:18 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 062e117..ac8131a 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -838,7 +838,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

Reply via email to