ares to c-ares migration
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Nov 2005 17:46:57 +0000 (17:46 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Nov 2005 17:46:57 +0000 (17:46 +0000)
 - use dynamic library of c-ares, instead of ares static lib
 - ares clean up (now should be mentioned only in modules that really need it)
 - patch for security.gsoap-plugin not yet in CVS (sent to interation list)
   I do not know what will happen when one try to mix ares with c-ares libs
   => weird things may arise!

org.glite.lb.utils/Makefile
org.glite.lb.utils/project/configure.properties.xml

index c99910c..159bf2b 100644 (file)
@@ -15,7 +15,6 @@ globus_prefix=/opt/globus
 nothrflavour=gcc32
 thrflavour=gcc32pthr
 expat_prefix=/opt/expat
-ares_prefix=/opt/ares
 gsoap_prefix=/opt/gsoap
 
 -include Makefile.inc
@@ -30,7 +29,6 @@ CFLAGS:= \
        -I${stagedir}/include -I${top_srcdir}/src -I. \
        -I${top_srcdir}/interface \
        -I${expat_prefix}/include \
-       -I${ares_prefix}/include \
        -I${gsoap_prefix}/include -I${gsoap_prefix}/ \
        ${COVERAGE_FLAGS} \
        -I${mysql_prefix}/include -I${mysql_prefix}/include/mysql \
@@ -75,7 +73,7 @@ ifeq (${nothrflavour},gcc32dbg)
        vomsflavour :=
 endif
 
-EXT_LIBS:= -L${ares_prefix}/lib -lares \
+EXT_LIBS:= \
        ${mysqlib} -lmysqlclient -lz\
        ${expatlib} -lexpat \
        ${GRIDSITE_LIBS} \
index 5421722..9329814 100644 (file)
@@ -20,6 +20,9 @@
 
         Revision history:
         $Log$
+        Revision 1.1.1.1  2005/09/30 15:17:04  jpospi
+        New org.glite.lb.utils component
+
 
 -->
 <project name="LB Utils configuration properties">
@@ -42,7 +45,6 @@ globus_prefix=${with.globus.prefix}
 thrflavour=${with.globus.thr.flavor}
 nothrflavour=${with.globus.nothr.flavor}
 expat_prefix=${with.expat.prefix}
-ares_prefix=${with.ares.prefix}
 mysql_prefix=${with.mysql.prefix}
 mysql_version=${ext.mysql.version}
 cppunit=${with.cppunit.prefix}