From a0b3c2f84e1e048cfe11243645b4df7dc73bc41d Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 11 Apr 2026 11:57:04 +0200 Subject: [PATCH] package/suricata: fix build Buildroot commit a3374e49baa45679997c37a25accaf1574132c4a in 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": https://github.com/OISF/suricata/commit/6d74656befe20cd939de8a97bfe272efa112c90b This 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 Signed-off-by: Arnout Vandecappelle --- package/suricata/suricata.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/suricata/suricata.mk b/package/suricata/suricata.mk index 0ee3752a21..56bbc0c89b 100644 --- a/package/suricata/suricata.mk +++ b/package/suricata/suricata.mk @@ -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 = \