- 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 <[email protected]> --- lfs/suricata | 1 - 1 file changed, 1 deletion(-) 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. -- 2.54.0
