From: Aleš Křenek Date: Tue, 8 Feb 2005 13:31:45 +0000 (+0000) Subject: XXX: add _flavour to -lvomsc only if it's not gcc32* X-Git-Tag: gridsite-core_R_1_1_5~41 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=de6f86000f3ffa54fa7e6e28498c342e3cf3aead;p=jra1mw.git XXX: add _flavour to -lvomsc only if it's not gcc32* --- 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