This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
IRIX <sys/prctl.h> is not what Configure expects.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 13 Oct 2015 12:55:08 +0000 (08:55 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 15 Oct 2015 22:31:21 +0000 (18:31 -0400)
It exists, but the API is something completely different,
so the compilation attempt ends up in a fireworks display.

hints/irix_6.sh

index fc315a5..832fde2 100644 (file)
@@ -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"