[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-2216-g29b78b3

Günther Deschner gd at samba.org
Wed Jun 10 15:27:39 GMT 2009


The branch, master has been updated
       via  29b78b33d3c2a392ef47183c0b455efa7838bb73 (commit)
      from  ddad58fc41b5ecd1056e444d28020ac1c036a71e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 29b78b33d3c2a392ef47183c0b455efa7838bb73
Author: Günther Deschner <gd at samba.org>
Date:   Wed Jun 10 17:25:12 2009 +0200

    s3-build: Fix make test_shlibs and test_nss_modules.
    
    Guenther

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

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


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 1a3c8ef..d93c7a7 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3144,7 +3144,7 @@ test_shlibs:
 	@$(LIB_PATH_VAR)=./bin && \
 	export $(LIB_PATH_VAR) && \
 	for module in $?; do \
-		./script/tests/dlopen.sh $${module} \
+		./script/tests/dlopen.sh $(LIBDL) $${module} \
 			|| exit 1; \
 	done
 
@@ -3154,7 +3154,7 @@ test_nss_modules:: nss_modules
 	@$(LIB_PATH_VAR)=./bin && \
 	export $(LIB_PATH_VAR) && \
 	for module in $(NSS_MODULES); do \
-		./script/tests/dlopen.sh $${module} \
+		./script/tests/dlopen.sh $(LIBDL) $${module} \
 			|| exit 1; \
 	done
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list