From: František Dvořák Date: Wed, 17 Feb 2010 14:32:34 +0000 (+0000) Subject: buildtime dependency on c-ares X-Git-Tag: glite-lb-common_R_7_0_3_2~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=cc2870314cf7893790ec3ff8a47dacd66fb86980;p=jra1mw.git buildtime dependency on c-ares --- diff --git a/org.glite.lb.common/Makefile b/org.glite.lb.common/Makefile index 1977331..836da00 100644 --- a/org.glite.lb.common/Makefile +++ b/org.glite.lb.common/Makefile @@ -167,13 +167,13 @@ 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} check.il: il_test - ./il_test ${REPORTS}/il.xml + LD_LIBRARY_PATH=${cares_prefix}/${libdir}:${LD_LIBRARY_PATH} ./il_test ${REPORTS}/il.xml il_test: il_test.o il_int_test.o il_string_test.o il_msg_test.o ${LINKXX} -o $@ $+ ${LTLIB} ${TEST_LIBS} ${EXT_LIBS} diff --git a/org.glite.lb.common/project/ChangeLog b/org.glite.lb.common/project/ChangeLog index 42a2502..5490360 100644 --- a/org.glite.lb.common/project/ChangeLog +++ b/org.glite.lb.common/project/ChangeLog @@ -47,3 +47,4 @@ 7.0.3-2 - install libraries into $libdir +- buildtime dependency on c-ares