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

index 1977331..836da00 100644 (file)
@@ -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}
index 42a2502..5490360 100644 (file)
@@ -47,3 +47,4 @@
 
 7.0.3-2
 - install libraries into $libdir
+- buildtime dependency on c-ares