Disable RUST option for aarch64 as well

This commit is contained in:
Renato Botelho 2019-01-07 11:59:13 -02:00
parent 69581e1c41
commit 32bec44ee2

View File

@ -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