summaryrefslogtreecommitdiffstats
path: root/tools/conf
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2019-01-07 11:54:04 -0200
committerRenato Botelho <renato@netgate.com>2019-01-07 11:54:04 -0200
commit06aaf56e62c438624fd77d299097eb6166ec580c (patch)
tree03fd8691f8cdd976bce66375d08ad61b8bd8c0e1 /tools/conf
parentf4cd1d1a1a37d629da09272f0185e31492e446b3 (diff)
downloadpfsense-06aaf56e62c438624fd77d299097eb6166ec580c.zip
pfsense-06aaf56e62c438624fd77d299097eb6166ec580c.tar.gz
Fix syntax
Diffstat (limited to 'tools/conf')
-rw-r--r--tools/conf/pfPorts/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf
index 62b314d..8f473cd 100644
--- a/tools/conf/pfPorts/make.conf
+++ b/tools/conf/pfPorts/make.conf
@@ -154,11 +154,14 @@ security_strongswan_SET_FORCE= CURL EAPDYNAMIC EAPRADIUS EAPSIMFILE \
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"
security_suricata_UNSET_FORCE=LUA PRELUDE SC TESTS RUST
.else
security_suricata_UNSET_FORCE=LUA PRELUDE SC TESTS
.endif
+.endif
security_xinetd_UNSET_FORCE= XCONV
OpenPOWER on IntegriCloud