diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-10-27 10:31:15 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-27 10:31:15 +0000 |
commit | b2b1aa42fe143d2ef0a6fa82e46e146e6e77adb2 (patch) | |
tree | 658d911e60497d7a676304d94baeb6fc43944dc0 /community/gdnsd | |
parent | 61272490f5eb382a7360871040cead1c535e8ccc (diff) | |
download | aports-b2b1aa42fe143d2ef0a6fa82e46e146e6e77adb2.tar.bz2 aports-b2b1aa42fe143d2ef0a6fa82e46e146e6e77adb2.tar.xz |
community/gdnsd: test suite does not work in fakeroot
Diffstat (limited to 'community/gdnsd')
-rw-r--r-- | community/gdnsd/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/gdnsd/APKBUILD b/community/gdnsd/APKBUILD index e5b2f8bd27..951772df15 100644 --- a/community/gdnsd/APKBUILD +++ b/community/gdnsd/APKBUILD @@ -9,6 +9,7 @@ arch="all" license="GPL3" depends="" depends_dev="" +options="!checkroot" makedepends="userspace-rcu-dev libev-dev libcap-dev libmaxminddb-dev ragel autoconf automake libtool" checkdepends="perl perl-libwww perl-socket6 perl-io-socket-inet6 perl-http-daemon perl-test-harness perl-test-harness-utils" install="$pkgname.pre-install" |