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:
906bcab
)
prepend c-ares lib location to LD_LIBRARY_PATH for test invocation
author
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 27 Nov 2009 14:34:58 +0000
(14:34 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Fri, 27 Nov 2009 14:34:58 +0000
(14:34 +0000)
org.glite.security.gsoap-plugin/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.security.gsoap-plugin/Makefile
b/org.glite.security.gsoap-plugin/Makefile
index
7bea474
..
a0ea15d
100644
(file)
--- a/
org.glite.security.gsoap-plugin/Makefile
+++ b/
org.glite.security.gsoap-plugin/Makefile
@@
-150,7
+150,7
@@
check: check.cxx
# (C flavour, gsoap 2.7.10 ==> C++ test fails)
check.cxx:
${MAKE} lang=cxx -f ${top_srcdir}/Makefile ${LTLIB_TEST_S} test_cxx
- ./test_cxx
+
LD_LIBRARY_PATH=${cares_prefix}/${libdir}:${LD_LIBRARY_PATH}
./test_cxx
examples: ${EXAMPLES}