From: František Dvořák Date: Wed, 17 Feb 2010 14:38:47 +0000 (+0000) Subject: Buildtime dependency on c-ares. X-Git-Tag: glite-lb-common_R_7_0_3_2~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6cb9bce9756663c420fa19872608499478ecdd24;p=jra1mw.git Buildtime dependency on c-ares. --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index 3c36316..5d81a49 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -290,7 +290,7 @@ LB.xh: ws_typemap.dat ${stagedir}/interface/LB.wsdl rm -f LBTypes.wsdl test.xml: test_xml - ./test_xml + LD_LIBRARY_PATH=${cares_prefix}/${libdir}:${LD_LIBRARY_PATH} ./test_xml test_xml: test_xml.cpp ${CXX} -c ${CFLAGS} ${TEST_INC} $< @@ -308,7 +308,7 @@ test_query_events: ${query_events_objs} ${TEST_LIBS} ${LB_COMMON_LIB} ${LB_MACHINE_LIB} ${classadslib} test.soapconv: test_soap_conv - ./test_soap_conv + LD_LIBRARY_PATH=${cares_prefix}/${libdir}:${LD_LIBRARY_PATH} ./test_soap_conv test_soap_conv: test_soap_conv.cpp ${WS_CLIENT_OBJS} ${CXX} -c ${CFLAGS} ${TEST_INC} $< diff --git a/org.glite.lb.server/project/ChangeLog b/org.glite.lb.server/project/ChangeLog index 48b1d26..62b4165 100644 --- a/org.glite.lb.server/project/ChangeLog +++ b/org.glite.lb.server/project/ChangeLog @@ -105,3 +105,4 @@ Crystal ball: 2.0.3-3 - install libraries into $libdir +- buildtime dependency pn c-ares