From 947510e7a2d84ed058c1305b3f15675d0535146d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 3 Nov 2005 17:46:58 +0000 Subject: [PATCH] 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! --- org.glite.jp.client/Makefile | 1 - org.glite.jp.client/project/configure.properties.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/org.glite.jp.client/Makefile b/org.glite.jp.client/Makefile index 1e5ece2..10b006c 100644 --- a/org.glite.jp.client/Makefile +++ b/org.glite.jp.client/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.client/project/configure.properties.xml b/org.glite.jp.client/project/configure.properties.xml index 09330b5..b475ce3 100644 --- a/org.glite.jp.client/project/configure.properties.xml +++ b/org.glite.jp.client/project/configure.properties.xml @@ -29,7 +29,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} -- 1.8.2.3