提交 c26ac226 编写于 作者: R Robert Haas

Blind attempt to exclude sepgsql from MSVC build system.

上级 194c8f71
......@@ -312,6 +312,7 @@ sub CopyContribFiles
next if ($d eq "uuid-ossp"&& !defined($config->{uuid}));
next if ($d eq "sslinfo" && !defined($config->{openssl}));
next if ($d eq "xml2" && !defined($config->{xml}));
next if ($d eq "sepgsql");
my $mf = read_file("contrib/$d/Makefile");
$mf =~ s{\\s*[\r\n]+}{}mg;
......
......@@ -356,6 +356,9 @@ sub mkvcbuild
push @contrib_excludes,'uuid-ossp';
}
# No SELinux support for Windows.
push @contrib_excludes,'sepgsql';
# Pgcrypto makefile too complex to parse....
my $pgcrypto = $solution->AddProject('pgcrypto','dll','crypto');
$pgcrypto->AddFiles(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册