From 302b2c3fe4474b3ce411e88189a91850184f3194 Mon Sep 17 00:00:00 2001 From: "Tuan M. Hoang" Date: Sat, 22 Apr 2017 00:26:06 -0400 Subject: 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. --- community/pdns-recursor/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/pdns-recursor') 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="" -- cgit v1.2.3