Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
b04d384d
Commit
b04d384d
authored
Mar 08, 2010
by
Max Kanat-Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 551104: Don't install DBD::Pg when using install-module.pl --all unless
the PostgreSQL devel files are actually installed. r=mkanat, a=mkanat (module owner)
parent
9947ffcb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
install-module.pl
install-module.pl
+2
-0
No files found.
install-module.pl
View file @
b04d384d
...
...
@@ -35,6 +35,7 @@ use Bugzilla::Install::CPAN;
use
Bugzilla::
Constants
;
use
Bugzilla::Install::
Requirements
;
use
Bugzilla::Install::
Util
qw(bin_loc)
;
use
Data::
Dumper
;
use
Getopt::
Long
;
...
...
@@ -101,6 +102,7 @@ if ($switch{'all'} || $switch{'upgrade-all'}) {
# configuration, and really should be installed on its own.
next
if
$cpan_name
eq
'mod_perl2'
;
next
if
$cpan_name
eq
'DBD::Oracle'
and
!
$ENV
{
ORACLE_HOME
};
next
if
$cpan_name
eq
'DBD::Pg'
and
!
bin_loc
(
'pg_config'
);
install_module
(
$cpan_name
,
$can_notest
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment