summaryrefslogtreecommitdiff
path: root/hints/irix_6.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-10-13 08:55:08 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-10-15 18:31:21 -0400
commita7dba6f870a82e3be87bda50593cb5d2042277fd (patch)
tree8868f0fdfa330ea4f5b5ee6b5730b9637fa9dae2 /hints/irix_6.sh
parent2aa28b861421a2e3084b5a6b4f179b54ea0d2faa (diff)
downloadperl-a7dba6f870a82e3be87bda50593cb5d2042277fd.tar.gz
IRIX <sys/prctl.h> is not what Configure expects.
It exists, but the API is something completely different, so the compilation attempt ends up in a fireworks display.
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r--hints/irix_6.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index fc315a5ab1..832fde29bf 100644
--- a/hints/irix_6.sh
+++ b/hints/irix_6.sh
@@ -683,3 +683,6 @@ usemymalloc=${usemymalloc:-false}
# instead; in IRIX this is not true because the prototype of fcntl()
# requires explicit include of <fcntl.h>
i_fcntl=define
+
+# There is <prctl.h> but it's not the Linux one that Configure expects.
+d_prctl="$undef"