aboutsummaryrefslogtreecommitdiffstats
path: root/community/suricata
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-09-22 18:46:10 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-20 22:40:29 +0200
commit7ecfea85438f2defe607195522d8807a50239370 (patch)
treec2eb932cbff2971412d7efa978655eb9cf998a5f /community/suricata
parent1821885206db3e3c0b7647f1c46adaf6163c28ed (diff)
downloadaports-7ecfea85438f2defe607195522d8807a50239370.tar.bz2
aports-7ecfea85438f2defe607195522d8807a50239370.tar.xz
community/suricata: add rust support for more arches
Diffstat (limited to 'community/suricata')
-rw-r--r--community/suricata/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/suricata/APKBUILD b/community/suricata/APKBUILD
index 346a1995f8..c38dbe66ff 100644
--- a/community/suricata/APKBUILD
+++ b/community/suricata/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Steve McMaster <code@mcmaster.io>
pkgname=suricata
pkgver=4.1.4
-pkgrel=2
+pkgrel=3
pkgdesc="High performance Network IDS, IPS and Network Security Monitoring engine"
url="https://suricata-ids.org/"
arch="all"
@@ -24,7 +24,7 @@ _enable_luajit=""
_enable_rust=""
case "$CARCH" in
- armhf|armv7|x86_64)
+ aarch64|armhf|armv7|ppc64le|x86|x86_64)
makedepends="$makedepends luajit-dev cargo"
_enable_luajit="--enable-luajit"
_enable_rust="--enable-rust"