Dale's posting as patch (Was: Perl 5.003_5 make fails on NS3.2 - CURED)
Andreas Koenig [Sat, 28 Sep 1996 13:11:06 +0000 (15:11 +0200)]
Handle NeXT, POSIX, and setpgid in pp_sys.c and POSIX.

ext/POSIX/hints/next_3.pl [new file with mode: 0644]

diff --git a/ext/POSIX/hints/next_3.pl b/ext/POSIX/hints/next_3.pl
new file mode 100644 (file)
index 0000000..d907783
--- /dev/null
@@ -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' ;