From 0a5f68864fe88a2593bbdc43a2c91af20b9dc81c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Wed, 9 Dec 2009 11:05:29 +0000 Subject: [PATCH] Common depends on c-ares at build time --- org.glite.lb.common/configure | 2 +- org.glite.lb/configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.common/configure b/org.glite.lb.common/configure index b3a5b00..93e3eea 100755 --- a/org.glite.lb.common/configure +++ b/org.glite.lb.common/configure @@ -295,7 +295,7 @@ BEGIN{ %need_externs_aux = ( 'lb.client' => [ qw/cppunit:B classads/ ], 'lb.client-java' => [ qw/ant:B jglobus jdk:B/ ], - 'lb.common' => [ qw/expat cppunit:B classads/ ], + 'lb.common' => [ qw/expat cares:B cppunit:B classads/ ], 'lb.doc' => [], 'lb.logger' => [ qw/cppunit:B/ ], 'lb.server' => [ qw/globus_essentials:R globus:B expat cares mysql:R mysql-server:R mysql-devel:B cppunit:B gsoap:B classads voms lcas gridsite/ ], diff --git a/org.glite.lb/configure b/org.glite.lb/configure index b3a5b00..93e3eea 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -295,7 +295,7 @@ BEGIN{ %need_externs_aux = ( 'lb.client' => [ qw/cppunit:B classads/ ], 'lb.client-java' => [ qw/ant:B jglobus jdk:B/ ], - 'lb.common' => [ qw/expat cppunit:B classads/ ], + 'lb.common' => [ qw/expat cares:B cppunit:B classads/ ], 'lb.doc' => [], 'lb.logger' => [ qw/cppunit:B/ ], 'lb.server' => [ qw/globus_essentials:R globus:B expat cares mysql:R mysql-server:R mysql-devel:B cppunit:B gsoap:B classads voms lcas gridsite/ ], -- 1.8.2.3