Bump BUILDLINK_ABI_DEPENDS to 1.0.2g due to SSLv2 removal.
This commit is contained in:
parent
87e16c81ee
commit
e5fdb68de3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: buildlink3.mk,v 1.49 2014/02/12 23:23:17 tron Exp $
|
# $NetBSD: buildlink3.mk,v 1.50 2016/03/05 09:59:50 jperkin Exp $
|
||||||
|
|
||||||
BUILDLINK_TREE+= openssl
|
BUILDLINK_TREE+= openssl
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ OPENSSL_BUILDLINK3_MK:=
|
||||||
. include "../../mk/bsd.fast.prefs.mk"
|
. include "../../mk/bsd.fast.prefs.mk"
|
||||||
|
|
||||||
BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1c
|
BUILDLINK_API_DEPENDS.openssl+= openssl>=1.0.1c
|
||||||
BUILDLINK_ABI_DEPENDS.openssl+= openssl>=1.0.1c
|
BUILDLINK_ABI_DEPENDS.openssl+= openssl>=1.0.2g
|
||||||
BUILDLINK_PKGSRCDIR.openssl?= ../../security/openssl
|
BUILDLINK_PKGSRCDIR.openssl?= ../../security/openssl
|
||||||
|
|
||||||
# Ensure that -lcrypt comes before -lcrypto when linking so that the
|
# Ensure that -lcrypt comes before -lcrypto when linking so that the
|
||||||
|
|
Loading…
Reference in a new issue