From: Aleš Křenek Date: Fri, 27 Nov 2009 14:34:58 +0000 (+0000) Subject: prepend c-ares lib location to LD_LIBRARY_PATH for test invocation X-Git-Tag: glite-security-gsoap-plugin_R_2_0_2_1~8 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=25e1141ab162a1d7907f993ce727a737a6596b98;p=jra1mw.git prepend c-ares lib location to LD_LIBRARY_PATH for test invocation --- 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}