From: František Dvořák Date: Fri, 30 Oct 2009 15:37:39 +0000 (+0000) Subject: New dependency on postgresql. X-Git-Tag: glite-security-gss_R_2_0_1_1~27 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=9bc6671ba06ed5469f6626d0e40f46aa4c05bf54;p=jra1mw.git New dependency on postgresql. --- diff --git a/org.glite.lb/configure b/org.glite.lb/configure index 3fbd147..d1f8c4f 100755 --- a/org.glite.lb/configure +++ b/org.glite.lb/configure @@ -49,6 +49,7 @@ my %extern_prefix = ( libtar => '/usr', axis => '/usr', log4c => '/usr', + postgresql => '/usr' ); my %jar = ( @@ -303,7 +304,7 @@ BEGIN{ 'lb.ws-interface' => [], 'lb.ws-test' => [ qw/gsoap:B/ ], 'lb.types' => [ qw// ], - 'lbjp-common.db' => [ qw/mysql:R mysql-devel:B/ ], + 'lbjp-common.db' => [ qw/mysql:B mysql-devel:B postgresql:B/ ], 'lbjp-common.log' => [ qw// ], 'lbjp-common.maildir' => [ qw// ], 'lbjp-common.server-bones' => [ qw// ],