diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-05 20:35:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-05 20:35:15 +0000 |
commit | 191c6e1f9fc6118553898f702b8cdc4697ab408f (patch) | |
tree | 9368e9283bdb7e285b967a255b87ef55be44abb3 /testing/dnsdist | |
parent | 17ad7a5ed4ebccb4c930c1e40eb9d46035e6eccf (diff) | |
download | aports-191c6e1f9fc6118553898f702b8cdc4697ab408f.tar.bz2 aports-191c6e1f9fc6118553898f702b8cdc4697ab408f.tar.xz |
testing/dnsdist: disable on s390x due to missing fstrm
Diffstat (limited to 'testing/dnsdist')
-rw-r--r-- | testing/dnsdist/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dnsdist/APKBUILD b/testing/dnsdist/APKBUILD index 6cf70858e0..f2c3b900b1 100644 --- a/testing/dnsdist/APKBUILD +++ b/testing/dnsdist/APKBUILD @@ -5,7 +5,7 @@ pkgver="1.3.2" pkgrel=0 pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer." url="https://dnsdist.org" -arch="all" +arch="all !s390x" #limited by fstrm license="GPL2" _lua_version="5.1" depends="$pkgname-common !$pkgname-luajit" |