mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Disable RUST option for aarch64 as well
This commit is contained in:
parent
69581e1c41
commit
32bec44ee2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user