From 4b75799f91be69d4b3a9ef7a640a362c16e6846c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 22 Jun 2012 12:59:15 +0000 Subject: [PATCH] Using SSL version of gridsite (openssl not bundled in globus anymore). --- 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 1a6df14..0868372 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -80,7 +80,7 @@ endif endif GRIDSITE_CFLAGS?=-I${gridsite_prefix}/include `xml2-config --cflags` -GRIDSITE_LIBS?=-L${gridsite_prefix}/${libdir} -L${gridsite_prefix}/lib -lgridsite_globus `xml2-config --libs` +GRIDSITE_LIBS?=-L${gridsite_prefix}/${libdir} -L${gridsite_prefix}/lib -lgridsite `xml2-config --libs` ifeq (${GLITE_LB_SERVER_WITH_LCAS},yes) LCAS_CFLAGS?=-I${lcas_prefix}/include -I${lcas_prefix}/include/glite/security -DHAVE_LCAS -- 1.8.2.3