ares to c-ares migration
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Nov 2005 17:46:50 +0000 (17:46 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 3 Nov 2005 17:46:50 +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/build.xml

index 429dd44..81bd5ec 100755 (executable)
@@ -20,6 +20,9 @@
 
        Revision history:
        $Log$
+       Revision 1.36  2005/10/15 13:36:26  akrenek
+       added lb.utils
+       
        Revision 1.35  2005/10/14 17:19:08  akrenek
        build also lb.utils
        
                </if>
        </target>
 
-       <target name="common" unless="setenvonly" depends="envset, globus, expat, ares, wms-utils.jobid, security.gsoap-plugin, client-interface">
+       <target name="common" unless="setenvonly" depends="envset, globus, expat, wms-utils.jobid, security.gsoap-plugin, client-interface">
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
-       <target name="client" unless="setenvonly" depends="envset, globus, expat, ares, client-interface, common">
+       <target name="client" unless="setenvonly" depends="envset, globus, expat, client-interface, common">
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
-       <target name="server" unless="setenvonly" depends="envset, globus, expat, ares, mysql, gsoap, security.voms, jp.primary, client-interface, ws-interface, common, logger">
+       <target name="server" unless="setenvonly" depends="envset, globus, expat, c-ares, mysql, gsoap, security.voms, jp.primary, client-interface, ws-interface, common, logger">
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
-       <target name="proxy" unless="setenvonly" depends="envset, globus, expat, ares, client-interface, common, server">
+       <target name="proxy" unless="setenvonly" depends="envset, globus, expat, c-ares, client-interface, common, server">
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
-       <target name="logger" unless="setenvonly" depends="envset, globus, expat, ares, client-interface, common">
+       <target name="logger" unless="setenvonly" depends="envset, globus, expat, client-interface, common">
                <if>
                        <isset property="small.memory" />
                        <then>
                </if>
        </target>
 
-       <target name="utils" unless="setenvonly" depends="envset, globus, expat, ares, client-interface, common, server">
+       <target name="utils" unless="setenvonly" depends="envset, globus, expat, client-interface, common, server">
                <if>
                        <isset property="small.memory"/>
                        <then>