From 25e1141ab162a1d7907f993ce727a737a6596b98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Fri, 27 Nov 2009 14:34:58 +0000 Subject: [PATCH] prepend c-ares lib location to LD_LIBRARY_PATH for test invocation --- org.glite.security.gsoap-plugin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.security.gsoap-plugin/Makefile b/org.glite.security.gsoap-plugin/Makefile index 7bea474..a0ea15d 100644 --- a/org.glite.security.gsoap-plugin/Makefile +++ b/org.glite.security.gsoap-plugin/Makefile @@ -150,7 +150,7 @@ check: check.cxx # (C flavour, gsoap 2.7.10 ==> C++ test fails) check.cxx: ${MAKE} lang=cxx -f ${top_srcdir}/Makefile ${LTLIB_TEST_S} test_cxx - ./test_cxx + LD_LIBRARY_PATH=${cares_prefix}/${libdir}:${LD_LIBRARY_PATH} ./test_cxx examples: ${EXAMPLES} -- 1.8.2.3