diff options
author | grant <grant@pkgsrc.org> | 2005-01-18 10:25:17 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-01-18 10:25:17 +0000 |
commit | 96c2b7ecc2a85f7f6aac02882239be2fbc0797d6 (patch) | |
tree | e95668faa2ce4fdb82e45d73299033236305c05c /security/openssl/distinfo | |
parent | 3cd701631fe259442074e06979b89df3a8505af8 (diff) | |
download | pkgsrc-96c2b7ecc2a85f7f6aac02882239be2fbc0797d6.tar.gz |
when building with SunPro on x86, do not use -fast argument to cc(1)
because:
- its behaviour changes between releases
- it uses build-host specific instructions where possible,
specifically on >= Solaris 9 update 6 and Sun Studio 9 (sse, sse2)
this breaks using the binary pkg when installed on systems with a
less capable processor. instead, just use -xO5 so the binary pkg will
work everywhere.
Diffstat (limited to 'security/openssl/distinfo')
-rw-r--r-- | security/openssl/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/distinfo b/security/openssl/distinfo index eb17ea5c04f..4d5806a321d 100644 --- a/security/openssl/distinfo +++ b/security/openssl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.41 2005/01/13 18:33:48 jlam Exp $ +$NetBSD: distinfo,v 1.42 2005/01/18 10:25:17 grant Exp $ SHA1 (openssl-0.9.7e.tar.gz) = b2eb7f13cc09655ec2378c3dde3025bf7072af54 Size (openssl-0.9.7e.tar.gz) = 3043231 bytes SHA1 (patch-aa) = 5ab4ec9fdf15c9ded6a6205dc4801e053b3769fc -SHA1 (patch-ac) = e8e4802c2773f0c54886032f3c8438d2af3ad05b +SHA1 (patch-ac) = f470b63fe24795cb7bbb566262e8ae0b32404a05 SHA1 (patch-ad) = 3d0a5534c6946aeda219d670f241a01e72d86c6a SHA1 (patch-ae) = cb3ce622ef9efc4098d57b10059e5424272520c8 SHA1 (patch-af) = 6e1c0f674be9b0358b1e152b50eb5bc47f2fff17 |