File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,7 @@ sub CopyContribFiles
312
312
next if ($d eq " uuid-ossp" && !defined ($config -> {uuid }));
313
313
next if ($d eq " sslinfo" && !defined ($config -> {openssl }));
314
314
next if ($d eq " xml2" && !defined ($config -> {xml }));
315
+ next if ($d eq " sepgsql" );
315
316
316
317
my $mf = read_file(" contrib/$d /Makefile" );
317
318
$mf =~ s {\\ s*[\r\n ]+} {} mg ;
Original file line number Diff line number Diff line change @@ -356,6 +356,9 @@ sub mkvcbuild
356
356
push @contrib_excludes ,' uuid-ossp' ;
357
357
}
358
358
359
+ # No SELinux support for Windows.
360
+ push @contrib_excludes ,' sepgsql' ;
361
+
359
362
# Pgcrypto makefile too complex to parse....
360
363
my $pgcrypto = $solution -> AddProject(' pgcrypto' ,' dll' ,' crypto' );
361
364
$pgcrypto -> AddFiles(
You can’t perform that action at this time.
0 commit comments