unbound: Depend on resolv-conf

This commit is contained in:
Tee KOBAYASHI 2023-01-08 06:06:41 +09:00 committed by xtkoba
parent 95cd737059
commit 3b407cba5d
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@ TERMUX_PKG_DESCRIPTION="A validating, recursive, caching DNS resolver"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.17.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://nlnetlabs.nl/downloads/unbound/unbound-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=dcbc95d7891d9f910c66e4edc9f1f2fde4dea2eec18e3af9f75aed44a02f1341
TERMUX_PKG_DEPENDS="libevent, libexpat, libnghttp2, openssl"
TERMUX_PKG_DEPENDS="libevent, libexpat, libnghttp2, openssl, resolv-conf"
TERMUX_PKG_BUILD_IN_SRC=true
# `pythonmodule` makes core lib/libunbound.so depend on python. Do not enable it.