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

Commitc26ac22

Browse files
committed
Blind attempt to exclude sepgsql from MSVC build system.
1 parent194c8f7 commitc26ac22

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ sub CopyContribFiles
312312
nextif ($deq"uuid-ossp"&& !defined($config->{uuid}));
313313
nextif ($deq"sslinfo" && !defined($config->{openssl}));
314314
nextif ($deq"xml2" && !defined($config->{xml}));
315+
nextif ($deq"sepgsql");
315316

316317
my$mf = read_file("contrib/$d/Makefile");
317318
$mf =~s{\\s*[\r\n]+}{}mg;

‎src/tools/msvc/Mkvcbuild.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,9 @@ sub mkvcbuild
356356
push@contrib_excludes,'uuid-ossp';
357357
}
358358

359+
# No SELinux support for Windows.
360+
push@contrib_excludes,'sepgsql';
361+
359362
# Pgcrypto makefile too complex to parse....
360363
my$pgcrypto =$solution->AddProject('pgcrypto','dll','crypto');
361364
$pgcrypto->AddFiles(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp