Make sure TSC is disabled on armv7

This commit is contained in:
Renato Botelho do Couto 2019-07-23 10:33:39 -03:00
parent 987377b0c9
commit 9c763eb4e4

View File

@ -153,7 +153,7 @@ security_snortsam_UNSET_FORCE= IPFW
CUR_ARCH!= /usr/bin/uname -p
.if ${CUR_ARCH} == "armv7" || ${CUR_ARCH} == "aarch64"
security_snort3_SET_FORCE=LARGEPCAP STATICDAQ
security_snort3_UNSET_FORCE=HYPERSCAN
security_snort3_UNSET_FORCE=HYPERSCAN TSC
else
security_snort3_SET_FORCE=LARGEPCAP STATICDAQ HYPERSCAN
.endif