diff options
author | Tuan M. Hoang <tmhoang@flatglobe.org> | 2017-04-22 00:26:06 -0400 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-24 12:20:00 +0200 |
commit | 302b2c3fe4474b3ce411e88189a91850184f3194 (patch) | |
tree | e4515ddbf1dc6ce1263b903d82add505d1294ed6 /community/pdns-recursor/APKBUILD | |
parent | 919633caaab6a74ac282600f565835b512f4f72f (diff) | |
download | aports-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/APKBUILD')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 2 |
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="" |