knot-resolver: do not overwrite -Ddnstap=enabled configuration
authorŠimon Bořek <simon.borek@nic.cz>
Thu, 5 May 2022 15:53:30 +0000 (17:53 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 24 Mar 2024 10:37:54 +0000 (11:37 +0100)
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 <simon.borek@nic.cz>
(cherry picked from commit af521478f832639fa08a763c3182125e5cac1a80)

net/knot-resolver/Makefile

index 8732ff7f3339aed1ca91bd218409698a9c95e68f..989512e01fbfe0ce60602f1590d73349a452f781 100644 (file)
@@ -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 \