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:
0a5f688
)
c-ares library path fix
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 9 Dec 2009 11:42:10 +0000
(11:42 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 9 Dec 2009 11:42:10 +0000
(11:42 +0000)
org.glite.lb.server/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/Makefile
b/org.glite.lb.server/Makefile
index
be70ad8
..
a87b2db
100644
(file)
--- a/
org.glite.lb.server/Makefile
+++ b/
org.glite.lb.server/Makefile
@@
-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} $<