c-ares library path fix
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 9 Dec 2009 11:42:10 +0000 (11:42 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 9 Dec 2009 11:42:10 +0000 (11:42 +0000)
org.glite.lb.server/Makefile

index be70ad8..a87b2db 100644 (file)
@@ -295,7 +295,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} $<
@@ -313,7 +313,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} $<