diff options
-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 bfc51b3b61..03c8b6fac5 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -6,7 +6,7 @@ pkgver="4.2.1" pkgrel=0 pkgdesc="PowerDNS Recursive Server" url="https://www.powerdns.com/" -arch="all !s390x" # broken context +arch="all !s390x !mips !mips64" # broken context license="GPL-2.0-only" depends="dns-root-hints" makedepends="boost-dev botan-dev openssl-dev libsodium-dev lua5.3-dev net-snmp-dev protobuf-dev" |