File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ my $contrib_extrasource = {
3636 ' cube' => [' cubescan.l' ,' cubeparse.y' ],
3737 ' seg' => [' segscan.l' ,' segparse.y' ]
3838};
39- my @contrib_excludes = (' pgcrypto' ,' intagg' );
39+ my @contrib_excludes = (' pgcrypto' ,' intagg' , ' sepgsql ' );
4040
4141sub mkvcbuild
4242{
@@ -356,9 +356,6 @@ sub mkvcbuild
356356 push @contrib_excludes ,' uuid-ossp' ;
357357 }
358358
359- # No SELinux support for Windows.
360- push @contrib_excludes ,' sepgsql' ;
361-
362359 # Pgcrypto makefile too complex to parse....
363360 my $pgcrypto = $solution -> AddProject(' pgcrypto' ,' dll' ,' crypto' );
364361 $pgcrypto -> AddFiles(
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ sub contribcheck
186186 my $mstat = 0;
187187 foreach my $module (glob (" *" ))
188188 {
189+ next if ($module eq ' sepgsql' );
189190 next if ($module eq ' xml2' && !$config -> {xml });
190191 next
191192 unless -d " $module /sql"
You can’t perform that action at this time.
0 commit comments