Reduce minium required OpenSSL version to 1.0.1c (instead of 1.0.1d) which
is what NetBSD 6.0* ships with. The minimum ABI version was incorrect anyway and a result of an unnecessary revision bump of the "openssl" package.
This commit is contained in:
parent
c85e81fea0
commit
b6e0049ff9
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.44 2013/02/06 23:20:57 jperkin Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.45 2013/02/07 10:22:57 tron Exp $
|
||||
|
||||
BUILDLINK_TREE+= openssl
|
||||
|
||||
|
@ -7,8 +7,8 @@ OPENSSL_BUILDLINK3_MK:=
|
|||
|
||||
. include "../../mk/bsd.fast.prefs.mk"
|
||||
|
||||
BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1d
|
||||
BUILDLINK_ABI_DEPENDS.openssl+= openssl>=1.0.1dnb1
|
||||
BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1c
|
||||
BUILDLINK_ABI_DEPENDS.openssl+= openssl>=1.0.1c
|
||||
BUILDLINK_PKGSRCDIR.openssl?= ../../security/openssl
|
||||
|
||||
# Ensure that -lcrypt comes before -lcrypto when linking so that the
|
||||
|
|
Loading…
Reference in a new issue