Skip to content

Commit

Permalink
opnsense/suricata-devel: add RUST option, still beta on 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Aug 3, 2018
1 parent 7c75bd4 commit e59b0d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions opnsense/suricata-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ INSTALL_TARGET= install-strip
TEST_TARGET= check

OPTIONS_DEFINE= GEOIP IPFW JSON NETMAP NSS PORTS_PCAP PRELUDE \
REDIS SC TESTS
REDIS RUST SC TESTS
OPTIONS_DEFINE_amd64= HYPERSCAN
OPTIONS_DEFAULT= IPFW JSON NETMAP PRELUDE
OPTIONS_SUB= yes
Expand All @@ -46,13 +46,14 @@ GEOIP_DESC= GeoIP support
HYPERSCAN_DESC= Hyperscan support
IPFW_DESC= IPFW and IP Divert support for inline IDP
JSON_DESC= JSON output support
LUA_DESC= LUA scripting support
LUAJIT_DESC= LuaJIT scripting support
LUA_DESC= LUA scripting support
NETMAP_DESC= Netmap support for inline IDP
NSS_DESC= File checksums and SSL/TLS fingerprinting
PORTS_PCAP_DESC= Use libpcap from ports
PRELUDE_DESC= Prelude support for NIDS alerts
REDIS_DESC= Redis output support
RUST_DESC= Rust parser support (experimental)
SC_DESC= Suricata socket client (suricatasc)
TESTS_DESC= Unit tests in suricata binary

Expand Down Expand Up @@ -105,6 +106,9 @@ REDIS_CONFIGURE_ON= --enable-hiredis \
--with-libhiredis-includes=${LOCALBASE}/include \
--with-libhiredis-libraries=${LOCALBASE}/lib

RUST_BUILD_DEPENDS= rustc:lang/rust
RUST_CONFIGURE_ENABLE= rust

SC_USES= python:2.7
SC_CONFIGURE_ENABLE= python

Expand Down

0 comments on commit e59b0d3

Please sign in to comment.