From 40809433935ec8e3bd79cbe3d99e5ef71ce99814 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Fri, 23 Apr 2010 09:41:37 +0000 Subject: [PATCH] Fix remote builds (tests). --- org.glite.lb/configure | 2 +- org.glite.lbjp-common.db/Makefile | 2 +- org.glite.lbjp-common.db/configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 1c41dd1..8188919 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -330,7 +330,7 @@ BEGIN{ 'lb.harvester' => [ qw// ], 'lb.yaim' => [ qw/yaim_core:R/ ], 'lb.glite-LB' => [ qw/fetchcrl:R gpt:R gip_release:R gip_service:R bdii:R glite_version:R glite_info_templates:R glue_schema:R/ ], - 'lbjp-common.db' => [ qw/mysql:B mysql-devel:B postgresql:B cppunit:B/ ], + 'lbjp-common.db' => [ qw/mysql:B mysql-devel:B postgresql:B cppunit:B log4c:B/ ], 'lbjp-common.log' => [ qw/log4c/ ], 'lbjp-common.maildir' => [ qw// ], 'lbjp-common.server-bones' => [ qw// ], diff --git a/org.glite.lbjp-common.db/Makefile b/org.glite.lbjp-common.db/Makefile index 0639deb..a93e735 100644 --- a/org.glite.lbjp-common.db/Makefile +++ b/org.glite.lbjp-common.db/Makefile @@ -132,7 +132,7 @@ timezone: timezone.lo libglite_lbu_db.la compile: libglite_lbu_db.la check: timezone - ./timezone + LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${log4c_prefix}/${libdir} ./timezone test_coverage: -mkdir coverage diff --git a/org.glite.lbjp-common.db/configure b/org.glite.lbjp-common.db/configure index 1c41dd1..8188919 100755 --- a/org.glite.lbjp-common.db/configure +++ b/org.glite.lbjp-common.db/configure @@ -330,7 +330,7 @@ BEGIN{ 'lb.harvester' => [ qw// ], 'lb.yaim' => [ qw/yaim_core:R/ ], 'lb.glite-LB' => [ qw/fetchcrl:R gpt:R gip_release:R gip_service:R bdii:R glite_version:R glite_info_templates:R glue_schema:R/ ], - 'lbjp-common.db' => [ qw/mysql:B mysql-devel:B postgresql:B cppunit:B/ ], + 'lbjp-common.db' => [ qw/mysql:B mysql-devel:B postgresql:B cppunit:B log4c:B/ ], 'lbjp-common.log' => [ qw/log4c/ ], 'lbjp-common.maildir' => [ qw// ], 'lbjp-common.server-bones' => [ qw// ], -- 1.8.2.3