[4/7] suricata: This package is supported on all architectures

Message ID 20211119174458.789486-4-michael.tremer@ipfire.org
State Accepted
Commit c5c1f3044708de445b27139776e2c0054b2190df
Headers
Series [1/7] suricata: Include all default rules |

Commit Message

Michael Tremer Nov. 19, 2021, 5:44 p.m. UTC
  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(-)
  

Comments

Arne Fitzenreiter Nov. 24, 2021, 2:54 p.m. UTC | #1
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
  
Michael Tremer Nov. 24, 2021, 4:53 p.m. UTC | #2
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
  

Patch

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