From: Miloš Mulač Date: Thu, 3 Nov 2005 17:47:01 +0000 (+0000) Subject: ares to c-ares migration X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=db64e63dc634de21361f1b3076c38e24b9ddc18c;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.primary/Makefile b/org.glite.jp.primary/Makefile index 67b01cd..22231f9 100644 --- a/org.glite.jp.primary/Makefile +++ b/org.glite.jp.primary/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.primary/project/configure.properties.xml b/org.glite.jp.primary/project/configure.properties.xml index 399665e..ab44327 100644 --- a/org.glite.jp.primary/project/configure.properties.xml +++ b/org.glite.jp.primary/project/configure.properties.xml @@ -12,6 +12,10 @@ Revision history: $Log$ + Revision 1.5 2005/10/11 20:49:27 akrenek + - detect gsoap + - use flavoured gsoap plugin + Revision 1.4 2005/06/03 11:56:49 akrenek make it build with the new ftp backend @@ -47,7 +51,6 @@ version=${module.version} glite_location=${with.glite.location} globus_prefix=${with.globus.prefix} expat_prefix=${with.expat.prefix} -ares_prefix=${with.ares.prefix} gsoap_prefix=${with.gsoap.prefix} gsoap_version=${ext.gsoap.version} mysql_prefix=${with.mysql.prefix}