Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e687c4c3
Commit
e687c4c3
authored
Apr 04, 2007
by
Andrew Dunstan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't install files for xml2 when building without libxml.
parent
3b93fba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/tools/msvc/Install.pm
src/tools/msvc/Install.pm
+2
-1
No files found.
src/tools/msvc/Install.pm
View file @
e687c4c3
...
...
@@ -3,7 +3,7 @@ package Install;
#
# Package that provides 'make install' functionality for msvc builds
#
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.
8 2007/04/04 16:34:43 mha
Exp $
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.
9 2007/04/04 18:45:59 adunstan
Exp $
#
use
strict
;
use
warnings
;
...
...
@@ -226,6 +226,7 @@ sub CopyContribFiles
next
if
(
$d
=~
/^\./
);
next
unless
(
-
f
"
contrib/
$d
/Makefile
");
next
if
(
$d
eq
"
sslinfo
"
&&
!
defined
(
$config
->
{
openssl
}));
next
if
(
$d
eq
"
xml2
"
&&
!
defined
(
$config
->
{
xml
}));
my
$mf
=
read_file
("
contrib/
$d
/Makefile
");
$mf
=~
s{\\s*[\r\n]+}{}mg
;
...
...
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