diff options
author | seb <seb@pkgsrc.org> | 2004-04-11 19:44:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-04-11 19:44:27 +0000 |
commit | f3c7a5913c373f481d2eb5b575b7a6a2ede1d11d (patch) | |
tree | 436c0312ff06387280ae02dfea145657a5674d02 /doc/HACKS | |
parent | dbaad24bac03b509974894f41ac08b9ac4f355e1 (diff) | |
download | pkgsrc-f3c7a5913c373f481d2eb5b575b7a6a2ede1d11d.tar.gz |
Belatedly note security/openssl hack to workaround perl 5.8's int()
failure on sparc64.
Diffstat (limited to 'doc/HACKS')
-rw-r--r-- | doc/HACKS | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/HACKS b/doc/HACKS index 686ca23c804..a5e87c4a2ca 100644 --- a/doc/HACKS +++ b/doc/HACKS @@ -1,4 +1,4 @@ -# $NetBSD: HACKS,v 1.23 2004/01/31 01:25:51 kristerw Exp $ +# $NetBSD: HACKS,v 1.24 2004/04/11 19:44:27 seb Exp $ # # This file is intended to document workarounds for currently unsolved # (mostly) compiler bugs. @@ -400,3 +400,15 @@ port arm file databases/cdb/patches/patch-aa : 1.1 descr Compilation of the tryulong32.c configuration test takes ~forever. kcah + +hack perl 5.8/openssl/sparc64 bug +cdate Wed Feb 16 13:24:06 2000 +who seb +port sparc64 +file security/openssl/patches/patch-ak +descr + Perl's int() function gives bad result on sparc64. + Hence openssl's bn_prime.pl perl script fails. + Use POSIX::floor() as a workaround. + See perl ticket #25249. +kcah |