[SCM] Samba Shared Repository - branch v3-0-test updated - release-3-0-28a-1150-gba7c63e

Günther Deschner gd at samba.org
Wed Apr 30 16:35:17 GMT 2008


The branch, v3-0-test has been updated
       via  ba7c63eafd83a8b29e60e0f7b9b5808529304014 (commit)
      from  3c709e20772333f64501747107bbb70d43f6f262 (commit)

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


- Log -----------------------------------------------------------------
commit ba7c63eafd83a8b29e60e0f7b9b5808529304014
Author: Günther Deschner <gd at samba.org>
Date:   Wed Apr 30 18:30:16 2008 +0200

    pam_winbind: Fix Bug #5430 (patch from fumiyas at osstech.co.jp).
    
    Guenther

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

Summary of changes:
 source/Makefile.in  |    2 +-
 source/configure.in |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index f37a94e..b45dbe6 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1299,7 +1299,7 @@ bin/winbindd at EXEEXT@: proto_exists $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
 bin/pam_winbind. at SHLIBEXT@: $(PAM_WINBIND_OBJ) bin/.dummy
 	@echo "Linking shared library $@"
 	@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) -lpam @INIPARSERLIBS@ $(GPLIBS) \
-		@SONAMEFLAG@`basename $@`
+		@PAM_WINBIND_EXTRA_LIBS@ @SONAMEFLAG@`basename $@`
 
 bin/builtin. at SHLIBEXT@: proto_exists $(AUTH_BUILTIN_OBJ)
 	@echo "Building plugin $@"
diff --git a/source/configure.in b/source/configure.in
index 9c31de4..16a841c 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -5808,6 +5808,7 @@ case "$host_os" in
 		WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o \
 		    nsswitch/winbind_nss_linux.o"
 		WINBIND_NSS_EXTRA_LIBS="-lsocket"
+		PAM_WINBIND_EXTRA_LIBS="-lsocket"
 		;;
 	*hpux11*)
 		WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o"
@@ -5832,6 +5833,7 @@ AC_SUBST(WINBIND_NSS_LDSHFLAGS)
 AC_SUBST(WINBIND_NSS_EXTRA_OBJS)
 AC_SUBST(WINBIND_NSS_EXTRA_LIBS)
 AC_SUBST(NSSSONAMEVERSIONSUFFIX)
+AC_SUBST(PAM_WINBIND_EXTRA_LIBS)
 
 AC_SUBST(SMB_KRB5_LOCATOR)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list