Buildtime dependency on c-ares.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 17 Feb 2010 14:38:47 +0000 (14:38 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 17 Feb 2010 14:38:47 +0000 (14:38 +0000)
org.glite.lb.server/Makefile
org.glite.lb.server/project/ChangeLog

index 3c36316..5d81a49 100644 (file)
@@ -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} $<
index 48b1d26..62b4165 100644 (file)
@@ -105,3 +105,4 @@ Crystal ball:
 
 2.0.3-3
 - install libraries into $libdir
+- buildtime dependency pn c-ares