diff options
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" |