]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-build: Fix make test_shlibs and test_nss_modules.
authorGünther Deschner <gd@samba.org>
Wed, 10 Jun 2009 15:25:12 +0000 (17:25 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 10 Jun 2009 15:26:59 +0000 (17:26 +0200)
Guenther

source3/Makefile.in

index 1a3c8eff03f88a007eabc21faa9545befbdfb379..d93c7a76a5c73a9618c3e0df540ee6e553cea83e 100644 (file)
@@ -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