Skip to content

Commit 152b77a

Browse files
committed
Don't try to install uuid-ossp since we don't build it.
Per buildfarm member mastodon.
1 parent 24236db commit 152b77a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/msvc/Install.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Install;
33
#
44
# Package that provides 'make install' functionality for msvc builds
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.11 2007/04/21 20:58:05 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.12 2007/04/23 17:18:58 mha Exp $
77
#
88
use strict;
99
use warnings;
@@ -226,6 +226,7 @@ sub CopyContribFiles
226226
{
227227
next if ($d =~ /^\./);
228228
next unless (-f "contrib/$d/Makefile");
229+
next if ($d eq "uuid-ossp");
229230
next if ($d eq "sslinfo" && !defined($config->{openssl}));
230231
next if ($d eq "xml2" && !defined($config->{xml}));
231232

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy