From: Marek VavruĊĦa Date: Sun, 26 Nov 2017 01:04:30 +0000 (-0800) Subject: build: removed old check for libknot 2.3.0 X-Git-Tag: v1.5.1~12^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee04bed70b9c070ddad08176677bfe1f1357ded8;p=thirdparty%2Fknot-resolver.git build: removed old check for libknot 2.3.0 The 2.4.0 is required as a minimum. --- diff --git a/Makefile b/Makefile index 3af15b389..d0381193a 100644 --- 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