added -lcares to avoid some strange behaviour of the linker on some debian systems
authorJan Pospíšil <honik@ntc.zcu.cz>
Fri, 6 Oct 2006 12:24:51 +0000 (12:24 +0000)
committerJan Pospíšil <honik@ntc.zcu.cz>
Fri, 6 Oct 2006 12:24:51 +0000 (12:24 +0000)
org.glite.lb.server/Makefile

index a81a14e..6037ecb 100644 (file)
@@ -162,7 +162,7 @@ ifneq (${classads_prefix},/usr)
 endif
 
 EXT_LIBS:=  \
-       ${mysqlib} -lmysqlclient -lz\
+       ${mysqlib} -lmysqlclient -lz -lcares\
        ${GRIDSITE_LIBS} \
        ${classadslib} \
        ${VOMS_LIBS}