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:
5518c45
)
- replace -rpath=${glite_location} with -rpath=${PREFIX} when linking
author
Michal Voců
<michal@ruk.cuni.cz>
Mon, 6 Nov 2006 14:31:16 +0000
(14:31 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Mon, 6 Nov 2006 14:31:16 +0000
(14:31 +0000)
library
- necessary to compile under ETICS
org.glite.lb.client/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/Makefile
b/org.glite.lb.client/Makefile
index
8d43e35
..
6577fcd
100644
(file)
--- a/
org.glite.lb.client/Makefile
+++ b/
org.glite.lb.client/Makefile
@@
-149,7
+149,7
@@
version_info:=-version-info ${shell \
perl -e '$$,=":"; @F=split "\\.","${version}"; print $$F[0]+$$F[1]+${offset},$$F[2],$$F[1]' }
${LIB}: ${LIBOBJS}
- ${LINK} ${version_info} -o $@ ${LIBLOBJS} -rpath ${
glite_location
}/lib \
+ ${LINK} ${version_info} -o $@ ${LIBLOBJS} -rpath ${
PREFIX
}/lib \
${COMMON_LIB} \
-lglite_security_gss_${nothrflavour}