From: Šimon Bořek Date: Thu, 5 May 2022 15:53:30 +0000 (+0200) Subject: knot-resolver: do not overwrite -Ddnstap=enabled configuration X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=fd10fa17a9e5a66e9592880c3fac8365f698f8a2;p=feed%2Fpackages.git knot-resolver: do not overwrite -Ddnstap=enabled configuration It was possible to enable dnstap in menuconfig, but the configuration only added dependencies while leaving dnstap module build disabled. Signed-off-by: Šimon Bořek (cherry picked from commit af521478f832639fa08a763c3182125e5cac1a80) --- diff --git a/net/knot-resolver/Makefile b/net/knot-resolver/Makefile index 8732ff7f33..989512e01f 100644 --- a/net/knot-resolver/Makefile +++ b/net/knot-resolver/Makefile @@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot-resolver PKG_VERSION:=5.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-resolver @@ -59,7 +59,6 @@ MESON_ARGS+= \ -Dcapng=disabled \ -Dclient=disabled \ -Dconfig_tests=disabled \ - -Ddnstap=disabled \ -Ddoc=disabled \ -Dinstall_kresd_conf=disabled \ -Dinstall_root_keys=disabled \