prepend c-ares lib location to LD_LIBRARY_PATH for test invocation
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 27 Nov 2009 14:34:58 +0000 (14:34 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 27 Nov 2009 14:34:58 +0000 (14:34 +0000)
org.glite.security.gsoap-plugin/Makefile

index 7bea474..a0ea15d 100644 (file)
@@ -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}