From fc6fb6a8603ea158de0d8e9498531deac1772cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Bo=C5=99ek?= Date: Thu, 5 May 2022 17:53:30 +0200 Subject: [PATCH] knot-resolver: do not overwrite -Ddnstap=enabled configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- net/knot-resolver/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/knot-resolver/Makefile b/net/knot-resolver/Makefile index e79955d215..ab7e19a883 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 @@ -61,7 +61,6 @@ MESON_ARGS+= \ -Dcapng=disabled \ -Dclient=disabled \ -Dconfig_tests=disabled \ - -Ddnstap=disabled \ -Ddoc=disabled \ -Dinstall_kresd_conf=disabled \ -Dinstall_root_keys=disabled \