aboutsummaryrefslogtreecommitdiffstats
path: root/community/pdns-recursor
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-05-23 19:48:47 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-23 19:48:47 +0000
commit323082dfcd4ddd08d55122e4436900f327511420 (patch)
treec27886b5240e57624f05f650f963e406c3ae2dfe /community/pdns-recursor
parente066018fc40a37267d5cbaed6245382d1215ee15 (diff)
downloadaports-323082dfcd4ddd08d55122e4436900f327511420.tar.bz2
aports-323082dfcd4ddd08d55122e4436900f327511420.tar.xz
community/pdns-recursor: disable on s390x
Build errors: > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.o: in function `pdns_swapcontext(pdns_ucontext_t&, > pdns_ucontext_t const&)': > mtasker_context.cc:(.text+0xe8): undefined reference to `jump_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.o: in function `pdns_makecontext(pdns_ucontext_t&, > boost::function<void ()>&)': mtasker_context.cc:(.text+0x1ea): undefined > reference to `make_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.cc:(.text+0x20e): undefined reference to `jump_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.o: in function `threadWrapper': > mtasker_context.cc:(.text+0x27e): undefined reference to `jump_fcontext' > /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld: > mtasker_context.cc:(.text+0x382): undefined reference to `jump_fcontext' Merged in GH-7998
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 28d309134a..8c15058901 100644
--- a/community/pdns-recursor/APKBUILD
+++ b/community/pdns-recursor/APKBUILD
@@ -5,7 +5,7 @@ pkgver=4.1.13
pkgrel=0
pkgdesc="PowerDNS Recursive Server"
url="https://www.powerdns.com/"
-arch="all"
+arch="all !s390x"
license="GPL-2.0-or-later"
depends="dns-root-hints"
makedepends="boost-dev botan-dev openssl-dev libsodium-dev lua5.1-dev net-snmp-dev protobuf-dev"