From 57df396ab3631a5fe705b46db9f5a731a84fa4f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Mon, 6 Nov 2006 14:31:16 +0000 Subject: [PATCH] - replace -rpath=${glite_location} with -rpath=${PREFIX} when linking library - necessary to compile under ETICS --- org.glite.lb.client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.8.2.3