The branch, master has been updated
via 3085225 s3: fix compile of krb5 locator on Solaris
from 27503ce freebsd9: support both WAF MIT krb5 build and autoconf
build against MIT krb5
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 3085225e72c75abf84d7740334459cd971ee4c56
Author: Björn Jacke <[email protected]>
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 <[email protected]>
Autobuild-Date: Tue May 29 09:58:42 CEST 2012 on sn-devel-104
-----------------------------------------------------------------------
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 88872ad..132cd6f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2754,7 +2754,7 @@ bin/vlp: $(BINARY_PREREQS) $(VLP_OBJ) $(LIBTDB)
$(LIBTALLOC)
bin/winbind_krb5_locator.@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.@SHLIBEXT@: $(BINARY_PREREQS) $(PAM_WINBIND_OBJ) $(LIBTALLOC)
$(LIBWBCLIENT)
@echo "Linking shared library $@"
--
Samba Shared Repository