aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns-recursor
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-04-22 00:26:06 -0400
committerJakub Jirutka <jakub@jirutka.cz>2017-04-24 12:20:00 +0200
commit302b2c3fe4474b3ce411e88189a91850184f3194 (patch)
treee4515ddbf1dc6ce1263b903d82add505d1294ed6 /community/pdns-recursor
parent919633caaab6a74ac282600f565835b512f4f72f (diff)
downloadaports-302b2c3fe4474b3ce411e88189a91850184f3194.tar.bz2
aports-302b2c3fe4474b3ce411e88189a91850184f3194.tar.xz
community/pdns-recursor: disable on s390x
pdns-recursor requires context functions (swapcontext, getcontext, makecontext). These functions are deprecated in POSIX and not implemented in musl. s390x also does not support boost context (and coroutine1/2) yet.
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r--community/pdns-recursor/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD
index aac499813c..86df4cc64f 100644
--- a/community/pdns-recursor/APKBUILD
+++ b/community/pdns-recursor/APKBUILD
@@ -4,7 +4,7 @@ pkgver=4.0.4
pkgrel=2
pkgdesc="PowerDNS Recursive Server"
url="http://www.powerdns.com/"
-arch="all"
+arch="all !s390x"
license="GPL"
depends=""
depends_dev=""