Message ID | 20211119174458.789486-4-michael.tremer@ipfire.org |
---|---|
State | Accepted |
Commit | c5c1f3044708de445b27139776e2c0054b2190df |
Headers | show |
Series | [1/7] suricata: Include all default rules | expand |
Is rust now available on risc-v ? You have introduces this. Am 2021-11-19 18:44, schrieb Michael Tremer: > There is no need to list them specifically. > > Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> > --- > lfs/suricata | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/lfs/suricata b/lfs/suricata > index bd57b829e..0a1dcf2b8 100644 > --- a/lfs/suricata > +++ b/lfs/suricata > @@ -31,7 +31,6 @@ DL_FILE = $(THISAPP).tar.gz > DL_FROM = $(URL_IPFIRE) > DIR_APP = $(DIR_SRC)/$(THISAPP) > TARGET = $(DIR_INFO)/$(THISAPP) > -SUP_ARCH = x86_64 i586 aarch64 armv6l > > > ############################################################################### > # Top-level Rules
Oh, no it isn’t. In that case, never mind and just drop this patch :) -Michael > On 24 Nov 2021, at 14:54, Arne Fitzenreiter <arne_f@ipfire.org> wrote: > > Is rust now available on risc-v ? > You have introduces this. > > > Am 2021-11-19 18:44, schrieb Michael Tremer: >> There is no need to list them specifically. >> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> >> --- >> lfs/suricata | 1 - >> 1 file changed, 1 deletion(-) >> diff --git a/lfs/suricata b/lfs/suricata >> index bd57b829e..0a1dcf2b8 100644 >> --- a/lfs/suricata >> +++ b/lfs/suricata >> @@ -31,7 +31,6 @@ DL_FILE = $(THISAPP).tar.gz >> DL_FROM = $(URL_IPFIRE) >> DIR_APP = $(DIR_SRC)/$(THISAPP) >> TARGET = $(DIR_INFO)/$(THISAPP) >> -SUP_ARCH = x86_64 i586 aarch64 armv6l >> ############################################################################### >> # Top-level Rules
diff --git a/lfs/suricata b/lfs/suricata index bd57b829e..0a1dcf2b8 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -31,7 +31,6 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -SUP_ARCH = x86_64 i586 aarch64 armv6l ############################################################################### # Top-level Rules
There is no need to list them specifically. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> --- lfs/suricata | 1 - 1 file changed, 1 deletion(-)