From: Michal Voců Date: Mon, 6 Nov 2006 14:31:16 +0000 (+0000) Subject: - replace -rpath=${glite_location} with -rpath=${PREFIX} when linking X-Git-Tag: glite-lb-client_R_2_2_4~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=57df396ab3631a5fe705b46db9f5a731a84fa4f8;p=jra1mw.git - replace -rpath=${glite_location} with -rpath=${PREFIX} when linking library - necessary to compile under ETICS --- diff --git a/org.glite.lb.client/Makefile b/org.glite.lb.client/Makefile index 8d43e35..6577fcd 100644 --- 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}