diff options
author | tnn <tnn@pkgsrc.org> | 2009-04-16 14:05:38 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-04-16 14:05:38 +0000 |
commit | 7eab86532ce471ab417d240454f9aa0378ec0246 (patch) | |
tree | c8cf068250700461a69fbbce8a327017b8d2802e /security | |
parent | ab4d95a63b11af2ff8b2ec1117ef8456604c2f7a (diff) | |
download | pkgsrc-7eab86532ce471ab417d240454f9aa0378ec0246.tar.gz |
the external rsaref option was dropped from securirty/openssl over
4 years ago; remove support from the bl3.mk as well.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/buildlink3.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/openssl/buildlink3.mk b/security/openssl/buildlink3.mk index 3be853512e8..ab6cb28ab4d 100644 --- a/security/openssl/buildlink3.mk +++ b/security/openssl/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.40 2009/03/20 19:25:21 joerg Exp $ +# $NetBSD: buildlink3.mk,v 1.41 2009/04/16 14:05:38 tnn Exp $ BUILDLINK_TREE+= openssl @@ -19,12 +19,6 @@ WRAPPER_REORDER_CMDS+= reorder:l:crypt:crypto SSLBASE= ${BUILDLINK_PREFIX.openssl} BUILD_DEFS+= SSLBASE -pkgbase := openssl -.include "../../mk/pkg-build-options.mk" - -.if !empty(PKG_BUILD_OPTIONS.openssl:Mrsaref) -. include "../../security/rsaref/buildlink3.mk" -.endif .endif # OPENSSL_BUILDLINK3_MK BUILDLINK_TREE+= -openssl |