mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
package/suricata: fix build
Buildroot commita3374e49bain 2026.05-rc1 bumped the package from 6.0.20 to 8.0.4. Upstream included in version 8.0.1 a commit adding rustdoc as build dependency "required for the tests":6d74656befThis causes an error during configure in buildroot: checking for rustdoc... no configure: error: rustdoc required To fix we problem we add RUSTDOC=true to _CONV_ENV. Fixes: https://autobuild.buildroot.net/results/489/48984ab369d01fae9b53b7b1f51e874bada0619f/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
dd4161c39d
commit
a0b3c2f84e
@@ -30,6 +30,7 @@ SURICATA_DEPENDENCIES = \
|
||||
SURICATA_CONF_ENV = \
|
||||
ac_cv_path_HAVE_SPHINXBUILD=no \
|
||||
CARGO_HOME=$(BR_CARGO_HOME) \
|
||||
RUSTDOC=true \
|
||||
RUST_TARGET=$(RUSTC_TARGET_NAME)
|
||||
|
||||
SURICATA_MAKE_ENV = \
|
||||
|
||||
Reference in New Issue
Block a user