The branch, v3-3-test has been updated via 51b10a39a764e91303ee40fde1b0c4b3a6f4574c (commit) from beeb86618e3af1478708d996b118856a4f9a0c0b (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test - Log ----------------------------------------------------------------- commit 51b10a39a764e91303ee40fde1b0c4b3a6f4574c Author: Michael Adam <ob...@samba.org> Date: Tue Mar 31 16:44:19 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: 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 0500d73..792943b 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -792,7 +792,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