Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch sh3 to openssl-1.1



details:   https://anonhg.NetBSD.org/src/rev/a395113d51b7
branches:  trunk
changeset: 320873:a395113d51b7
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 04 00:17:05 2018 +0000

description:
switch sh3 to openssl-1.1

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r aab4e89cc8ca -r a395113d51b7 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Mar 04 00:07:39 2018 +0000
+++ b/share/mk/bsd.own.mk       Sun Mar 04 00:17:05 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1039 2018/03/03 00:22:04 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1040 2018/03/04 00:17:05 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -104,6 +104,7 @@
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "arm" || \
     ${MACHINE} == "i386" || \
+    ${MACHINE_ARCH} == "sh3" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64"
 HAVE_OPENSSL?=  11



Home | Main Index | Thread Index | Old Index