[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Thu May 31 13:24:27 MDT 2012


The branch, v3-6-test has been updated
       via  7ca2654 s3: fix compile of krb5 locator on Solaris
      from  1a59607 s3-pid: Catch with pid filename's change when config file is not smb.conf

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


- Log -----------------------------------------------------------------
commit 7ca265423a36c114ac9216a780e005956967eae7
Author: Björn Jacke <bj at sernet.de>
Date:   Tue May 29 08:01:40 2012 +0200

    s3: fix compile of krb5 locator on Solaris
    
    the krb5 locator plugin on Solaris needs LIBREPLACE_LIBS (bug #8732)
    
    Autobuild-User: Björn Jacke <bj at sernet.de>
    Autobuild-Date: Tue May 29 09:58:42 CEST 2012 on sn-devel-104
    (cherry picked from commit 3085225e72c75abf84d7740334459cd971ee4c56)

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

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 007c82d..2c28e2b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2766,7 +2766,7 @@ bin/vlp at EXEEXT@: $(BINARY_PREREQS) $(VLP_OBJ) $(LIBTDB)
 bin/winbind_krb5_locator. at SHLIBEXT@: $(BINARY_PREREQS) $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT)
 	@echo "Linking $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(WINBIND_KRB5_LOCATOR_OBJ) $(LIBWBCLIENT_LIBS) $(KRB5LIBS) \
-		@SONAMEFLAG@`basename $@`
+		$(LIBREPLACE_LIBS) @SONAMEFLAG@`basename $@`
 
 bin/pam_winbind. at SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ) $(LIBTALLOC) $(LIBWBCLIENT)
 	@echo "Linking shared library $@"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list