From 61c72319396ac57804dcf7e79c6f4ca46217780f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 31 May 2005 07:52:44 +0000 Subject: [PATCH] fix build: - define vomsflavour appropriately - put EXT_LIBS after -lglite_security_gss --- org.glite.lb.proxy/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.proxy/Makefile b/org.glite.lb.proxy/Makefile index 9c904eb..304e157 100644 --- a/org.glite.lb.proxy/Makefile +++ b/org.glite.lb.proxy/Makefile @@ -71,6 +71,13 @@ LB_PROXY_COMMON_LIB:= -L${stagedir}/lib -lglite_lb_common_${nothrflavour} COMMON_LIBS:= -L${stagedir}/lib -lglite_lb_common_${nothrflavour} -lglite_security_gss_${nothrflavour} GRIDSITE_LIBS = -lgridsite_globus `xml2-config --libs` +vomsflavour := _${nothrflavour} +ifeq (${nothrflavour},gcc32) + vomsflavour := +endif +ifeq (${nothrflavour},gcc32dbg) + vomsflavour := +endif EXT_LIBS:= -L${ares_prefix}/lib -lares \ ${myslqlib} -lmysqlclient -lz\ @@ -83,10 +90,10 @@ EXT_LIBS:= -L${ares_prefix}/lib -lares \ LB_PROXY_LIBS:= \ ${LB_SERVER_SHARE_LIB} \ - ${EXT_LIBS} \ ${SRVBONES_LIB} \ -lglite_lb_common_${nothrflavour} \ - -lglite_security_gss_${nothrflavour} + -lglite_security_gss_${nothrflavour} \ + ${EXT_LIBS} -- 1.8.2.3