From 780cc1a1f39b9e3c89baac7278cc74e1387523a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 3 Nov 2005 17:46:52 +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.lb.logger/Makefile | 3 +-- org.glite.lb.logger/project/configure.properties.xml | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/org.glite.lb.logger/Makefile b/org.glite.lb.logger/Makefile index 5f9cb69..2ece416 100644 --- a/org.glite.lb.logger/Makefile +++ b/org.glite.lb.logger/Makefile @@ -15,7 +15,6 @@ globus_prefix=/opt/globus nothrflavour=gcc32 thrflavour=gcc32pthr expat_prefix=/opt/expat -ares_prefix=/opt/ares -include Makefile.inc @@ -57,7 +56,7 @@ ifneq (${expat_prefix},/usr) endif EXPAT_LIBS:=${EXPAT_LIBS} -lexpat -EXT_LIBS:= -L${ares_prefix}/lib -lares ${EXPAT_LIBS} +EXT_LIBS:= ${EXPAT_LIBS} COMMON_LIB:=-lglite_lb_common GLITE_GSS_LIB:=-lglite_security_gss diff --git a/org.glite.lb.logger/project/configure.properties.xml b/org.glite.lb.logger/project/configure.properties.xml index 0e51395..6918019 100644 --- a/org.glite.lb.logger/project/configure.properties.xml +++ b/org.glite.lb.logger/project/configure.properties.xml @@ -20,6 +20,9 @@ Revision history: $Log$ + Revision 1.2 2004/08/31 13:44:44 mvocu + * added cppunit + Revision 1.1 2004/07/07 12:08:47 akrenek *** empty log message *** @@ -53,7 +56,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} cppunit_prefix=${with.cppunit.prefix} -- 1.8.2.3