From 32bec44ee284a96c728a811fa28df26d130c7647 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 7 Jan 2019 11:59:13 -0200 Subject: [PATCH] Disable RUST option for aarch64 as well --- tools/conf/pfPorts/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 2960d228de..586848440c 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -159,7 +159,7 @@ security_strongswan_UNSET_FORCE= EAPAKA3GPP2 BUILTIN LIBC SMP security_suricata_SET_FORCE=GEOIP HTP_PORT IPFW JSON LUAJIT NSS PORTS_PCAP NETMAP HYPERSCAN REDIS .if ${.CURDIR:N*security/suricata*}=="" CUR_ARCH!= /usr/bin/uname -p -.if ${CUR_ARCH} == "armv6" +.if ${CUR_ARCH} == "armv6" || ${CUR_ARCH} == "aarch64" security_suricata_UNSET_FORCE=LUA PRELUDE SC TESTS RUST .else security_suricata_UNSET_FORCE=LUA PRELUDE SC TESTS