From 05fe63de2e1f5b49e3366a688f45c8849aee8d33 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 3 Dec 2009 13:29:20 +0000 Subject: [PATCH] c-ares library path fix --- org.glite.lb.common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.8.2.3