The Samba-Bugzilla – Attachment 3270 Details for
Bug 5430
pam_winbind.so requires -lsocket on Solaris
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
PAM_WINBIND_EXTRA_LIBS patch
samba-3.0.28a.git-solaris-pam_winbind-lsocket.patch (text/plain), 1.20 KB, created by
SATOH Fumiyasu
on 2008-04-30 03:36:20 UTC
(
hide
)
Description:
PAM_WINBIND_EXTRA_LIBS patch
Filename:
MIME Type:
Creator:
SATOH Fumiyasu
Created:
2008-04-30 03:36:20 UTC
Size:
1.20 KB
patch
obsolete
>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@EXEEXT@: proto_exists $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy > bin/pam_winbind.@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.@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) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5430
: 3270