summaryrefslogtreecommitdiffstats
path: root/contrib/perl5/ext/POSIX/hints/next_3.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/ext/POSIX/hints/next_3.pl')
-rw-r--r--contrib/perl5/ext/POSIX/hints/next_3.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/perl5/ext/POSIX/hints/next_3.pl b/contrib/perl5/ext/POSIX/hints/next_3.pl
new file mode 100644
index 0000000..d907783
--- /dev/null
+++ b/contrib/perl5/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' ;
OpenPOWER on IntegriCloud