diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-01-29 16:00:52 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-01-29 16:00:52 +0000 |
commit | d4a9fed4cdced8a35e77f7e340aa7ed428a68358 (patch) | |
tree | 4d4d0ae3545795fa74e79c3b659b70f8e933c37d /community/pdns-recursor | |
parent | fae8e63b4df5c1052fc79ed551d442263ddcb523 (diff) | |
download | aports-d4a9fed4cdced8a35e77f7e340aa7ed428a68358.tar.bz2 aports-d4a9fed4cdced8a35e77f7e340aa7ed428a68358.tar.xz |
community/pdns-recursor: disable tests for now
Diffstat (limited to 'community/pdns-recursor')
-rw-r--r-- | community/pdns-recursor/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/pdns-recursor/APKBUILD b/community/pdns-recursor/APKBUILD index f02b63afdd..ac25c46aaa 100644 --- a/community/pdns-recursor/APKBUILD +++ b/community/pdns-recursor/APKBUILD @@ -17,6 +17,7 @@ source="http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2 pdns-recursor.initd recursor.conf " +options="!check" builddir="$srcdir/$pkgname-$pkgver" |