diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-05 02:45:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-05 02:45:28 +0000 |
commit | df016e33442def65b196cd2fa535e85012037e5e (patch) | |
tree | f9e33e290460af3e155bada20a08017e9f2da35f /security/openssl | |
parent | 7c351375f2f4e8d1ca8a155939bacdf6eb620605 (diff) | |
download | pkgsrc-df016e33442def65b196cd2fa535e85012037e5e.tar.gz |
Document the "rsaref" build option.
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 502e3dd505f..61293d0df62 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.93 2004/07/30 21:05:42 jlam Exp $ +# $NetBSD: Makefile,v 1.94 2004/08/05 02:45:28 jlam Exp $ DISTNAME= openssl-0.9.6m SVR4_PKGNAME= ossl @@ -47,6 +47,10 @@ PKG_OPTIONS_VAR= PKG_OPTIONS.openssl PKG_SUPPORTED_OPTIONS= rsaref .include "../../mk/bsd.options.mk" +### +### Use the RSA reference package instead of the built-in code for the +### RSA algorithm (NOT RECOMMENDED!). +### .if !empty(PKG_OPTIONS:Mrsaref) . include "../../security/rsaref/buildlink3.mk" CONFIGURE_ARGS+= rsaref |