From 6cb9bce9756663c420fa19872608499478ecdd24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 17 Feb 2010 14:38:47 +0000 Subject: [PATCH] Buildtime dependency on c-ares. --- org.glite.lb.server/Makefile | 4 ++-- org.glite.lb.server/project/ChangeLog | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 1.8.2.3