From: Andreas Koenig Date: Sat, 28 Sep 1996 13:11:06 +0000 (+0200) Subject: Dale's posting as patch (Was: Perl 5.003_5 make fails on NS3.2 - CURED) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6193ae6cdedc49e82c55860f9429e04d43604f90;p=p5sagit%2Fp5-mst-13.2.git Dale's posting as patch (Was: Perl 5.003_5 make fails on NS3.2 - CURED) Handle NeXT, POSIX, and setpgid in pp_sys.c and POSIX. --- diff --git a/ext/POSIX/hints/next_3.pl b/ext/POSIX/hints/next_3.pl new file mode 100644 index 0000000..d907783 --- /dev/null +++ b/ext/POSIX/hints/next_3.pl @@ -0,0 +1,5 @@ +# NeXT *does* have setpgid when we use the -posix flag, but +# doesn't when we don't. The main perl sources are compiled +# without -posix, so the hints/next_3.sh hint file tells Configure +# that d_setpgid=undef. +$self->{CCFLAGS} = $Config{ccflags} . ' -posix -DHAS_SETPGID' ;