suricata: fix vopt_if
This commit is contained in:
parent
0b6f3af867
commit
3786892c0f
|
@ -3,7 +3,7 @@ pkgname=suricata
|
|||
version=4.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_helper="$(vopt_if rust_support rust)"
|
||||
build_helper="$(vopt_if rust rust)"
|
||||
configure_args="--disable-gccmarch-native $(vopt_enable rust)
|
||||
$(vopt_enable lua) $(vopt_enable hiredis) --disable-suricata-update
|
||||
--disable-static --enable-non-bundled-htp"
|
||||
|
|
Loading…
Reference in New Issue