From: Miloš Mulač Date: Thu, 3 Nov 2005 17:46:59 +0000 (+0000) Subject: ares to c-ares migration X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c1db7877b61bed729cb89a0a99f5fc49a7692c18;p=jra1mw.git ares to c-ares migration - 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! --- diff --git a/org.glite.jp.common/Makefile b/org.glite.jp.common/Makefile index 91685bd..177a143 100644 --- a/org.glite.jp.common/Makefile +++ b/org.glite.jp.common/Makefile @@ -15,7 +15,6 @@ globus_prefix=/opt/globus nothrflavour=gcc32 thrflavour=gcc32pthr expat_prefix=/opt/expat -ares_prefix=/opt/ares gsoap_prefix=/software/gsoap-2.6 CC=gcc diff --git a/org.glite.jp.common/project/configure.properties.xml b/org.glite.jp.common/project/configure.properties.xml index 5f0ea37..5f94c69 100644 --- a/org.glite.jp.common/project/configure.properties.xml +++ b/org.glite.jp.common/project/configure.properties.xml @@ -12,6 +12,9 @@ Revision history: $Log$ + Revision 1.3 2004/12/01 18:45:38 zsalvet + *** empty log message *** + Revision 1.2 2004/11/22 13:36:42 dimeglio First version of this file @@ -41,7 +44,6 @@ glite_location=${with.glite.location} globus_prefix=${with.globus.prefix} expat_prefix=${with.expat.prefix} gsoap_prefix=${with.gsoap.prefix} -ares_prefix=${with.ares.prefix} thrflavour=${with.globus.thr.flavor} nothrflavour=${with.globus.nothr.flavor} cppunit=${with.cppunit.prefix}