From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/2] suricata: Enable rust support Date: Mon, 07 Oct 2019 20:44:05 +0200 Message-ID: <20191007184405.3451-2-stefan.schantl@ipfire.org> In-Reply-To: <20191007184405.3451-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7257448998307175000==" List-Id: --===============7257448998307175000== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- config/rootfiles/common/suricata | 2 ++ lfs/suricata | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/common/suricata b/config/rootfiles/common/suric= ata index ac48dbce9..41b02525d 100644 --- a/config/rootfiles/common/suricata +++ b/config/rootfiles/common/suricata @@ -1,5 +1,7 @@ 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 6f779d875..ed262f12b 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -82,7 +82,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --disable-python \ --with-libjansson-libraries=3D/usr/lib \ --with-libjansson-includes=3D/usr/include \ - --disable-suricata-update + --disable-suricata-update \ + --enable-rust + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install cd $(DIR_APP) && make install-conf --=20 2.20.1 --===============7257448998307175000==--