OSDN Git Service

Blind attempt to exclude sepgsql from MSVC build system.
authorRobert Haas <rhaas@postgresql.org>
Mon, 24 Jan 2011 03:57:32 +0000 (22:57 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 24 Jan 2011 03:57:32 +0000 (22:57 -0500)
src/tools/msvc/Install.pm
src/tools/msvc/Mkvcbuild.pm

index 78a6cf2..cf28da1 100644 (file)
@@ -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;
index b73271e..44d11e1 100644 (file)
@@ -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(