Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/8007d62a5be2
branches:  trunk
changeset: 830256:8007d62a5be2
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 03 00:22:04 2018 +0000

description:
switch arm to openssl-1.1

diffstat:

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

diffs (17 lines):

diff -r 47d2ff618763 -r 8007d62a5be2 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Mar 03 00:20:57 2018 +0000
+++ b/share/mk/bsd.own.mk       Sat Mar 03 00:22:04 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1038 2018/02/26 12:26:24 martin Exp $
+#      $NetBSD: bsd.own.mk,v 1.1039 2018/03/03 00:22:04 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -102,6 +102,7 @@
 # What OpenSSL is used?
 # 
 .if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "arm" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64"



Home | Main Index | Thread Index | Old Index