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 | 312137ee1c418cb698842c41921044ba2882c3d1 (patch) | |
tree | f9e33e290460af3e155bada20a08017e9f2da35f /security | |
parent | 86b87ebd21243fe50d617ea41a17b19d5690c2b7 (diff) | |
download | pkgsrc-312137ee1c418cb698842c41921044ba2882c3d1.tar.gz |
Document the "rsaref" build option.
Diffstat (limited to 'security')
-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 |