mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
suricata: Enable rust support
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
59fe973584
commit
5b87687cb1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user