Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch sparc over to openssl 1.1 again - thanks to ...
details: https://anonhg.NetBSD.org/src/rev/047b9d6fa9da
branches: trunk
changeset: 359838:047b9d6fa9da
user: martin <martin%NetBSD.org@localhost>
date: Mon Feb 26 12:26:24 2018 +0000
description:
Switch sparc over to openssl 1.1 again - thanks to christos for fixing it!
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 5d0948790020 -r 047b9d6fa9da share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Feb 26 10:36:24 2018 +0000
+++ b/share/mk/bsd.own.mk Mon Feb 26 12:26:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1037 2018/02/23 21:16:01 skrll Exp $
+# $NetBSD: bsd.own.mk,v 1.1038 2018/02/26 12:26:24 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -103,6 +103,7 @@
#
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
+ ${MACHINE} == "sparc" || \
${MACHINE} == "sparc64"
HAVE_OPENSSL?= 11
.else
Home |
Main Index |
Thread Index |
Old Index