projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6c2e5c
)
Don't try to install uuid-ossp since we don't build it.
author
Magnus Hagander
<magnus@hagander.net>
Mon, 23 Apr 2007 17:18:58 +0000
(17:18 +0000)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 23 Apr 2007 17:18:58 +0000
(17:18 +0000)
Per buildfarm member mastodon.
src/tools/msvc/Install.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Install.pm
b/src/tools/msvc/Install.pm
index 7e067475371ce080814f8e43ee74f8e34fbfb18e..2783492625e904816e99def9fa55e9557e053588 100644
(file)
--- a/
src/tools/msvc/Install.pm
+++ b/
src/tools/msvc/Install.pm
@@
-226,6
+226,7
@@
sub CopyContribFiles
{
next if ($d =~ /^\./);
next unless (-f "contrib/$d/Makefile");
+ next if ($d eq "uuid-ossp");
next if ($d eq "sslinfo" && !defined($config->{openssl}));
next if ($d eq "xml2" && !defined($config->{xml}));