diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:23:42 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-03-30 12:32:43 +0200 |
commit | 9e6e097ad1d72873fd4de0fd2e9deafd15beb3e9 (patch) | |
tree | 1c2e279ec6ff68b2e008bafd01d70cc83a3acffb /testing/suricata | |
parent | 712e57e3e131ae94b5a38fb637a86f6d2a7a54c9 (diff) | |
download | aports-9e6e097ad1d72873fd4de0fd2e9deafd15beb3e9.tar.bz2 aports-9e6e097ad1d72873fd4de0fd2e9deafd15beb3e9.tar.xz |
testing/suricata: add note about disabling selected arches
Diffstat (limited to 'testing/suricata')
-rw-r--r-- | testing/suricata/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/suricata/APKBUILD b/testing/suricata/APKBUILD index 66d381b89c..aa115e2ae1 100644 --- a/testing/suricata/APKBUILD +++ b/testing/suricata/APKBUILD @@ -5,6 +5,7 @@ pkgver=3.2.1 pkgrel=2 pkgdesc="High performance Network IDS, IPS and Network Security Monitoring engine" url="https://suricata-ids.org/" +# luajit is not available for disabled arches arch="all !ppc64le !s390x" license="GPL-2" makedepends="automake autoconf libtool libhtp-dev>=0.5.23 libcap-ng-dev |