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 back to old openssl - needs more work ...
details: https://anonhg.NetBSD.org/src/rev/e2f7a585f769
branches: trunk
changeset: 359674:e2f7a585f769
user: martin <martin%NetBSD.org@localhost>
date: Tue Feb 20 12:49:40 2018 +0000
description:
Switch sparc back to old openssl - needs more work and testing.
diffstat:
share/mk/bsd.own.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 215da71bb042 -r e2f7a585f769 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Feb 20 12:48:46 2018 +0000
+++ b/share/mk/bsd.own.mk Tue Feb 20 12:49:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1035 2018/02/19 20:52:09 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1036 2018/02/20 12:49:40 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -102,8 +102,7 @@
#
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
- ${MACHINE} == "sparc64" || \
- ${MACHINE} == "sparc"
+ ${MACHINE} == "sparc64"
HAVE_OPENSSL?= 11
.else
HAVE_OPENSSL?= 10
Home |
Main Index |
Thread Index |
Old Index