From de6f86000f3ffa54fa7e6e28498c342e3cf3aead Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 8 Feb 2005 13:31:45 +0000 Subject: [PATCH] XXX: add _flavour to -lvomsc only if it's not gcc32* --- org.glite.lb.server/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index 0818286..40859f3 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -93,11 +93,19 @@ ifneq (${expat_prefix},/usr) expatlib := -L${expat_prefix}/lib endif +vomsflavour := _${nothrflavour} +ifeq (${nothrflavour},gcc32) + vomsflavour := +endif +ifeq (${nothrflavour},gcc32dbg) + vomsflavour := +endif + EXT_LIBS:= -L${ares_prefix}/lib -lares \ ${myslqlib} -lmysqlclient -lz\ ${expatlib} -lexpat \ ${GRIDSITE_LIBS} \ - -lvomsc_${nothrflavour} \ + -lvomsc${vomsflavour} \ ${GLOBUS_LIBS} GSOAP_LIBS:= -L${gsoap_prefix}/lib -lgsoap -- 1.8.2.3