From cafef39aa21b4786c2317967689ec741055d0b97 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 18 Oct 2019 20:39:47 +0200 Subject: [PATCH] Revert "suricata: Enable rust support" This reverts commit 5b87687cb1d37d81dbc701706e40f40f2cb16348. --- config/rootfiles/common/suricata | 2 -- lfs/suricata | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config/rootfiles/common/suricata b/config/rootfiles/common/suricata index 41b02525dd..ac48dbce9a 100644 --- a/config/rootfiles/common/suricata +++ b/config/rootfiles/common/suricata @@ -1,7 +1,5 @@ etc/suricata etc/suricata/suricata.yaml -#root/.cargo -#root/.cargo/.package-cache usr/bin/suricata #usr/share/doc/suricata #usr/share/doc/suricata/AUTHORS diff --git a/lfs/suricata b/lfs/suricata index f6e4a593ce..12dcfe08c9 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -82,9 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-python \ --with-libjansson-libraries=/usr/lib \ --with-libjansson-includes=/usr/include \ - --disable-suricata-update \ - --enable-rust - + --disable-suricata-update cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install cd $(DIR_APP) && make install-conf -- 2.39.5