c-ares library path fix
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 3 Dec 2009 13:29:20 +0000 (13:29 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 3 Dec 2009 13:29:20 +0000 (13:29 +0000)
org.glite.lb.common/Makefile

index 54ea88d..d2d6889 100644 (file)
@@ -167,7 +167,7 @@ mkreports:
        -mkdir -p ${REPORTS}
 
 check.parse: test_parse
-       ./test_parse ${REPORTS}/parse.xml
+       LD_LIBRARY_PATH=${cares_prefix}/${libdir}:${LD_LIBRARY_PATH} ./test_parse ${REPORTS}/parse.xml
 
 test_parse: parse.o test_main.cpp
        ${LINKXX} -o test_parse parse.o ${LTLIB} ${TEST_LIBS} ${EXT_LIBS}