Fix remote builds (tests).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 23 Apr 2010 09:41:37 +0000 (09:41 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 23 Apr 2010 09:41:37 +0000 (09:41 +0000)
org.glite.lb/configure
org.glite.lbjp-common.db/Makefile
org.glite.lbjp-common.db/configure

index 1c41dd1..8188919 100755 (executable)
@@ -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// ],
index 0639deb..a93e735 100644 (file)
@@ -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
index 1c41dd1..8188919 100755 (executable)
@@ -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// ],