From: Zdeněk Šustr Date: Thu, 3 Dec 2009 13:29:20 +0000 (+0000) Subject: c-ares library path fix X-Git-Tag: glite-lb-common_R_7_0_4_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=05fe63de2e1f5b49e3366a688f45c8849aee8d33;p=jra1mw.git c-ares library path fix --- diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 54ea88d..d2d6889 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -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}