mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
suricata: fix vopt_if
This commit is contained in:
parent
0b6f3af867
commit
3786892c0f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=suricata
|
||||||
version=4.1.4
|
version=4.1.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
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)
|
configure_args="--disable-gccmarch-native $(vopt_enable rust)
|
||||||
$(vopt_enable lua) $(vopt_enable hiredis) --disable-suricata-update
|
$(vopt_enable lua) $(vopt_enable hiredis) --disable-suricata-update
|
||||||
--disable-static --enable-non-bundled-htp"
|
--disable-static --enable-non-bundled-htp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue