From 613d81ad66a84be6b3da352921ab90730d676955 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 29 May 2007 14:40:39 +0000 Subject: [PATCH] lib64/classad --- org.glite.lb.server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index e9e0f56..21969bd 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -164,7 +164,7 @@ VOMS_LIBS:=-L${voms_prefix}/lib -lvomsc${vomsflavour} # ${GLOBUS_LIBS} ifneq (${classads_prefix},/usr) - classadslib := -L${classads_prefix}/lib -lclassad + classadslib := -L${classads_prefix}/${archlib} -lclassad endif EXT_LIBS:= \ -- 1.8.2.3