In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a7dba6f870a82e3be87bda50593cb5d2042277fd?hp=2aa28b861421a2e3084b5a6b4f179b54ea0d2faa>
- Log ----------------------------------------------------------------- commit a7dba6f870a82e3be87bda50593cb5d2042277fd Author: Jarkko Hietaniemi <[email protected]> Date: Tue Oct 13 08:55:08 2015 -0400 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. ----------------------------------------------------------------------- Summary of changes: hints/irix_6.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hints/irix_6.sh b/hints/irix_6.sh index fc315a5..832fde2 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" -- Perl5 Master Repository
