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

Commit825d95e

Browse files
committed
Skip install/test of pgcrypto on MSVC when not built with openssl
Commitdb7d1a7 missed a couple of places that needed adjustment nowwe are not building pgcrypto when openssl is not configured, causingcontrib installcheck to fail in such a case.
1 parentfb0745f commit825d95e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ sub CopyContribFiles
441441
# These configuration-based exclusions must match vcregress.pl
442442
nextif ($deq"uuid-ossp" && !defined($config->{uuid}));
443443
nextif ($deq"sslinfo" && !defined($config->{openssl}));
444+
nextif ($deq"pgcrypto" && !defined($config->{openssl}));
444445
nextif ($deq"xml2" && !defined($config->{xml}));
445446
nextif ($d =~/_plperl$/ && !defined($config->{perl}));
446447
nextif ($d =~/_plpython$/ && !defined($config->{python}));

‎src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ sub contribcheck
506506
# these configuration-based exclusions must match Install.pm
507507
nextif ($moduleeq"uuid-ossp" && !defined($config->{uuid}));
508508
nextif ($moduleeq"sslinfo" && !defined($config->{openssl}));
509+
nextif ($moduleeq"pgcrypto" && !defined($config->{openssl}));
509510
nextif ($moduleeq"xml2" && !defined($config->{xml}));
510511
nextif ($module =~/_plperl$/ && !defined($config->{perl}));
511512
nextif ($module =~/_plpython$/ && !defined($config->{python}));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp