- replace -rpath=${glite_location} with -rpath=${PREFIX} when linking
authorMichal Voců <michal@ruk.cuni.cz>
Mon, 6 Nov 2006 14:31:16 +0000 (14:31 +0000)
committerMichal 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

index 8d43e35..6577fcd 100644 (file)
@@ -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}