Christos Zoulas <chris...@netbsd.org> wrote:
>Module Name:    src
>Committed By:   christos
>Date:           Sat Mar  3 00:22:04 UTC 2018
>
>Modified Files:
>        src/share/mk: bsd.own.mk
>
>Log Message:
>switch arm to openssl-1.1

I don't think this is working, it needs to use MACHINE_CPU as the
test:

diff -u -r1.1045 bsd.own.mk
--- bsd.own.mk  5 Mar 2018 09:17:42 -0000       1.1045
+++ bsd.own.mk  5 Mar 2018 19:18:58 -0000
@@ -101,7 +101,7 @@
 # What OpenSSL is used?
 # 
 .if ${MACHINE} == "amd64" || \
-    ${MACHINE} == "arm" || \
+    ${MACHINE_CPU} == "arm" || \
     ${MACHINE} == "i386" || \
     ${MACHINE_CPU} == "powerpc" || \
     ${MACHINE_CPU} == "sh3" || \

Reply via email to