This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b8430e
)
Note the open RT ticket.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 19 Jun 2014 19:08:25 +0000
(15:08 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 19 Jun 2014 19:08:25 +0000
(15:08 -0400)
cpan/Digest-SHA/hints/hpux.pl
patch
|
blob
|
blame
|
history
diff --git
a/cpan/Digest-SHA/hints/hpux.pl
b/cpan/Digest-SHA/hints/hpux.pl
index
124d29c
..
e48609e
100644
(file)
--- a/
cpan/Digest-SHA/hints/hpux.pl
+++ b/
cpan/Digest-SHA/hints/hpux.pl
@@
-1,5
+1,8
@@
# With +O2 this HP-UX cc compiler creates code which coredumps (Bus error)
# when running t/woodbury.t, but dropping to +O1 seems to dodge that.
+#
+# This might turn out to be temporary, see:
+# https://rt.cpan.org/Ticket/Display.html?id=96498
if ($Config{cc} eq 'cc' &&
$Config{archname} eq 'PA-RISC2.0' &&
$Config{ccversion} =~ /^B\.11\.11\./) {