]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: removed old check for libknot 2.3.0
authorMarek Vavruša <mvavrusa@cloudflare.com>
Sun, 26 Nov 2017 01:04:30 +0000 (17:04 -0800)
committerPetr Špaček <petr.spacek@nic.cz>
Tue, 28 Nov 2017 10:21:17 +0000 (11:21 +0100)
The 2.4.0 is required as a minimum.

Makefile

index 3af15b389e423ec1d1032778ead99d2f34adc2c4..d0381193afa871b0670a7ad530d6653b9985c89b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -171,9 +171,8 @@ ifneq (,$(findstring luajit, $(lua_LIBS)))
 endif
 endif
 
-# Check if it has libknot 2.3.0 and nettle to support DNS cookies
-$(eval $(call find_alt,knot230,libknot,2.3))
-ifeq ($(HAS_nettle)|$(HAS_knot230),yes|yes)
+# Check if it has nettle to support DNS cookies
+ifeq ($(HAS_nettle), yes)
 BUILD_CFLAGS += -DENABLE_COOKIES
 ENABLE_COOKIES := yes
 endif