public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 2/2] suricata: Enable rust support
Date: Mon, 07 Oct 2019 20:44:05 +0200	[thread overview]
Message-ID: <20191007184405.3451-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20191007184405.3451-1-stefan.schantl@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1091 bytes --]

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 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/suricata
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=/usr/lib \
 		--with-libjansson-includes=/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
-- 
2.20.1


  reply	other threads:[~2019-10-07 18:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-07 18:44 [PATCH 1/2] rust: New package Stefan Schantl
2019-10-07 18:44 ` Stefan Schantl [this message]
2019-10-08  9:06 ` Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191007184405.3451-2-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox