aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns-recursor/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pdns-recursor/APKBUILD')
-rw-r--r--community/pdns-recursor/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD
index 20f9ed8c75..d596533407 100644
--- a/community/pdns-recursor/APKBUILD
+++ b/community/pdns-recursor/APKBUILD
@@ -5,7 +5,8 @@ pkgver=4.1.12
pkgrel=2
pkgdesc="PowerDNS Recursive Server"
url="https://www.powerdns.com/"
-arch="all"
+# build of testrunner fails on s390x
+arch="all !s390x"
license="GPL-2.0-or-later"
depends="dns-root-hints"
depends_dev=""