pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python37 Python 3.7 requires newer OpenSSL. Fix b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f77cc559824c
branches:  trunk
changeset: 382666:f77cc559824c
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Jul 09 11:58:58 2018 +0000

description:
Python 3.7 requires newer OpenSSL. Fix build on netbsd-7

diffstat:

 lang/python37/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e20454e068ba -r f77cc559824c lang/python37/Makefile
--- a/lang/python37/Makefile    Mon Jul 09 08:23:17 2018 +0000
+++ b/lang/python37/Makefile    Mon Jul 09 11:58:58 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/07/03 03:55:40 adam Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/09 11:58:58 ryoon Exp $
 
 .include "dist.mk"
 
@@ -193,6 +193,7 @@
 .include "../../devel/libuuid/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=1.0.2
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index