From: Jan Pospíšil Date: Fri, 6 Oct 2006 12:24:51 +0000 (+0000) Subject: added -lcares to avoid some strange behaviour of the linker on some debian systems X-Git-Tag: mergeto_glite-lb-client_branch_2_3_0_0243_generic_23Nov06~24 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c4f0a92fad96f50b564646e06b0f8ef024fb84e9;p=jra1mw.git added -lcares to avoid some strange behaviour of the linker on some debian systems --- diff --git a/org.glite.lb.server/Makefile b/org.glite.lb.server/Makefile index a81a14e..6037ecb 100644 --- a/org.glite.lb.server/Makefile +++ b/org.glite.lb.server/Makefile @@ -162,7 +162,7 @@ ifneq (${classads_prefix},/usr) endif EXT_LIBS:= \ - ${mysqlib} -lmysqlclient -lz\ + ${mysqlib} -lmysqlclient -lz -lcares\ ${GRIDSITE_LIBS} \ ${classadslib} \ ${VOMS_LIBS}