The Samba-Bugzilla – Attachment 3455 Details for
Bug 5677
make test_nss_modules and test_pam_modules failed on Solaris10
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this patch fix the problem
samba-3.2.1-makesolaris.patch (text/plain), 1.29 KB, created by
Yasuma Takeda
on 2008-08-07 01:27:00 UTC
(
hide
)
Description:
this patch fix the problem
Filename:
MIME Type:
Creator:
Yasuma Takeda
Created:
2008-08-07 01:27:00 UTC
Size:
1.29 KB
patch
obsolete
>diff -uNrp samba-3.2.1.org/source/Makefile.in samba-3.2.1/source/Makefile.in >--- samba-3.2.1.org/source/Makefile.in 2008-08-05 15:22:33.000000000 +0900 >+++ samba-3.2.1/source/Makefile.in 2008-08-07 15:15:47.000000000 +0900 >@@ -2432,7 +2432,8 @@ Makefile: $(srcdir)/Makefile.in config.s > # Check shared libs for unresolved symbols > test_shlibs: $(SHLIBS) > @echo "Testing $(SHLIBS) " >- @export $(LIB_PATH_VAR)=./bin && \ >+ @$(LIB_PATH_VAR)=./bin && \ >+ export $(LIB_PATH_VAR) && \ > for module in $(SHLIBS); do \ > ./script/tests/dlopen.sh bin/$${module}.@SHLIBEXT@ \ > || exit 1; \ >@@ -2441,7 +2442,8 @@ test_shlibs: $(SHLIBS) > # Check for NSS module problems. > test_nss_modules: nss_modules > @echo "Testing $(NSS_MODULES) " >- @export $(LIB_PATH_VAR)=./bin && \ >+ @$(LIB_PATH_VAR)=./bin && \ >+ export $(LIB_PATH_VAR) && \ > for module in $(NSS_MODULES); do \ > ./script/tests/dlopen.sh $${module} \ > || exit 1; \ >@@ -2451,7 +2453,8 @@ test_nss_modules: nss_modules > # built can actually be loaded by a minimal PAM-aware application. > test_pam_modules: pam_modules > @echo "Testing $(PAM_MODULES) " >- @export $(LIB_PATH_VAR)=./bin && \ >+ @$(LIB_PATH_VAR)=./bin && \ >+ export $(LIB_PATH_VAR) && \ > for module in $(PAM_MODULES); do \ > ./script/tests/dlopen.sh -lpam -ldl bin/$${module}.@SHLIBEXT@ \ > || exit 1; \
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 5677
: 3455