Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit152b77a

Browse files
committed
Don't try to install uuid-ossp since we don't build it.
Per buildfarm member mastodon.
1 parent24236db commit152b77a

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
nextif ($d =~/^\./);
228228
nextunless (-f"contrib/$d/Makefile");
229+
nextif ($deq"uuid-ossp");
229230
nextif ($deq"sslinfo" && !defined($config->{openssl}));
230231
nextif ($deq"xml2" && !defined($config->{xml}));
231232

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp