Hi

Apologies if I've sent this to the wrong place or in the wrong format
or if it's a known issue, I tried to follow the instructions and
searched the rt-list.

There's a bit of perl that breaks on an old solaris (5.7) box we have
when I try to build 1.0.0f

In crypto/aes/asm/aes-sparcv9.pl

As per the attached patch, this line

$code =~ s/fmovs.*$//gem;

needs single-quotes around the regex:

$code =~ 's/fmovs.*$//gem';

otherwise the .s file produced is a mess of repetition.

Still in the latest snapshot openssl-1.0.0-stable-SNAP-20120109.tar.gz

I know it's a pretty old Solaris version, so feel free to laugh
at/ignore me as you prefer, I just thought since the fix is pretty
simple and forward-compatible it might be useful.

Geoff

Attachment: sparcv9-aes-buildfix.patch
Description: Binary data

Reply via email to