git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4544c2c
)
c-ares library path fix
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 3 Dec 2009 13:29:20 +0000
(13:29 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Thu, 3 Dec 2009 13:29:20 +0000
(13:29 +0000)
org.glite.lb.common/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.common/Makefile
b/org.glite.lb.common/Makefile
index
54ea88d
..
d2d6889
100644
(file)
--- a/
org.glite.lb.common/Makefile
+++ b/
org.glite.lb.common/Makefile
@@
-167,7
+167,7
@@
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}