From 9b6fdc7a4448464e8997c6741eab23a5f9d0f80f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20=C5=A0kr=C3=A1bal?= Date: Mon, 23 May 2005 10:41:43 +0000 Subject: [PATCH] - switch the order of libraries given to the linker (adding ares after gss is needed) --- org.glite.lb.server/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index 78f3b3d..1940be2 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -118,17 +118,17 @@ ifeq ($(GLITE_LB_SERVER_WITH_WS),yes) ws_query.o ws_fault.o ws_typeref.o BKSERVER_LIBS= \ - ${EXT_LIBS} \ ${SRVBONES_LIB} \ -lglite_lb_common_${nothrflavour} \ -L${gsoap_prefix}/lib -lgsoap \ - -lglite_security_gsoap_plugin_${nothrflavour} + -lglite_security_gsoap_plugin_${nothrflavour} \ + ${EXT_LIBS} else BKSERVER_LIBS= \ - ${EXT_LIBS} \ ${SRVBONES_LIB} \ -lglite_lb_common_${nothrflavour} \ - -lglite_security_gss_${nothrflavour} + -lglite_security_gss_${nothrflavour} \ + ${EXT_LIBS} endif INDEX_OBJS:= index.o index_parse.o jobstat_supp.o lbs_db.o openserver.o \ @@ -139,11 +139,11 @@ INDEX_LIBS:= ${EXT_LIBS} ${SRVBONES_LIB} ${COMMON_LIBS} WS_CLIENT_OBJS:= $(GSOAP_FILES_PREFIX)C.o $(GSOAP_FILES_PREFIX)Client.o ws_fault.o ws_typeref.o WS_CLIENT_LIBS:= -L${stagedir}/lib \ - ${EXT_LIBS} \ -lglite_lb_client_${nothrflavour} \ -lglite_lb_common_${nothrflavour} \ -L${gsoap_prefix}/lib -lgsoap \ - -lglite_security_gsoap_plugin_${nothrflavour} + -lglite_security_gsoap_plugin_${nothrflavour} \ + ${EXT_LIBS} HDRS=index.h lb_authz.h lbs_db.h store.h -- 1.8.2.3