[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2759-g21a5275

Michael Adam obnox at samba.org
Thu Mar 6 09:26:55 GMT 2008


The branch, v3-2-test has been updated
       via  21a527569bccff8e8cb6e751c9f3fce6ff598204 (commit)
      from  8ef57a34ebf24e577ba7bca57a5456c1f78a3659 (commit)

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


- Log -----------------------------------------------------------------
commit 21a527569bccff8e8cb6e751c9f3fce6ff598204
Author: Michael Adam <obnox at samba.org>
Date:   Thu Mar 6 10:26:29 2008 +0100

    Make test: set LD_LIBRARY_PATH for make test_shlibs and friends.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index e2f02cb..acd39d7 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -2360,7 +2360,8 @@ Makefile: $(srcdir)/Makefile.in config.status
 # Check shared libs for unresolved symbols
 test_shlibs: $(SHLIBS)
 	@echo "Testing $(SHLIBS) "
-	@for module in $(SHLIBS); do \
+	@export $(LIB_PATH_VAR)=./bin && \
+	for module in $(SHLIBS); do \
 		./script/tests/dlopen.sh bin/$${module}. at SHLIBEXT@ \
 			|| exit 1; \
 	done
@@ -2368,7 +2369,8 @@ test_shlibs: $(SHLIBS)
 # Check for NSS module problems.
 test_nss_modules: nss_modules
 	@echo "Testing $(NSS_MODULES) "
-	@for module in $(NSS_MODULES); do \
+	@export $(LIB_PATH_VAR)=./bin && \
+	for module in $(NSS_MODULES); do \
 		./script/tests/dlopen.sh $${module} \
 			|| exit 1; \
 	done
@@ -2377,7 +2379,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) "
-	@for module in $(PAM_MODULES); do \
+	@export $(LIB_PATH_VAR)=./bin && \
+	for module in $(PAM_MODULES); do \
 		./script/tests/dlopen.sh -lpam -ldl bin/$${module}. at SHLIBEXT@ \
 			|| exit 1; \
 	done


-- 
Samba Shared Repository


More information about the samba-cvs mailing list