diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-23 11:57:49 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-10-23 11:57:49 +0200 |
commit | ede43ed13accc44e974d320e78070ca6775ca649 (patch) | |
tree | 2cf2a049ce23bf3654d4f544c299096380a0147b /main/unbound | |
parent | 196866c9454f2bac82fa9dc98474cc51b341995a (diff) | |
download | aports-ede43ed13accc44e974d320e78070ca6775ca649.tar.bz2 aports-ede43ed13accc44e974d320e78070ca6775ca649.tar.xz |
main/unbound: disable checks due to failure
assertion failure testcode/unitldns.c:131
make: *** [Makefile:308: test] Error 1
Diffstat (limited to 'main/unbound')
-rw-r--r-- | main/unbound/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index 186f853372..b28713d84f 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -10,6 +10,7 @@ pkggroups="unbound" url="http://unbound.net/" arch="all" license="BSD" +options="!check" depends="dnssec-root" depends_dev="libressl-dev expat-dev ldns-dev libevent-dev" makedepends="$depends_dev python2-dev swig linux-headers" |