[12/12] suricata: Resolve configure unrecognised option(s)

Message ID 20260429175032.2811103-12-adolf.belka@ipfire.org
State Staged
Commit acd6ab31013d0406e74843d7b40700fd9d81b2a2
Headers
Series [01/12] dnsdist: Resolve configure unrecognised option(s) |

Commit Message

Adolf Belka 29 Apr 2026, 5:50 p.m. UTC
- configure: WARNING: unrecognized options: --enable-rust
- This option was in place when rust was still being used experimentally. From version
   5.0.0 rust became standard for the build and so the option was removed. from configure
- Option removed

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/suricata | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/lfs/suricata b/lfs/suricata
index 419257017..6ef15b468 100644
--- a/lfs/suricata
+++ b/lfs/suricata
@@ -84,7 +84,6 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		--with-libjansson-libraries=/usr/lib \
 		--with-libjansson-includes=/usr/include \
 		--disable-suricata-update \
-		--enable-rust \
 		--enable-unix-socket
 
 	# Drop the Cargo.lock file before building.