]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
memcached, redis: disable as they won't work ATM
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 10 Nov 2017 15:38:22 +0000 (16:38 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 10 Nov 2017 16:55:10 +0000 (17:55 +0100)
Makefile
doc/modules.rst
modules/modules.mk

index 144721c0c41fb716c2b294224036be7bb36006a2..bc5e53e1615ae8cdd1f8bb83ae28ab9d80fa720d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@ $(eval $(call find_lib,cmocka))
 $(eval $(call find_bin,doxygen))
 $(eval $(call find_bin,sphinx-build))
 $(eval $(call find_pythonpkg,breathe))
-$(eval $(call find_lib,libmemcached,1.0))
-$(eval $(call find_lib,hiredis,,yes))
+#$(eval $(call find_lib,libmemcached,1.0))
+#$(eval $(call find_lib,hiredis,,yes))
 $(eval $(call find_lib,socket_wrapper))
 $(eval $(call find_lib,libsystemd,227))
 $(eval $(call find_lib,gnutls))
@@ -113,8 +113,8 @@ info:
        $(info [$(HAS_sphinx-build)] sphinx-build (doc))
        $(info [$(HAS_breathe)] python-breathe (doc))
        $(info [$(HAS_go)] go (modules/go, Go buildmode=c-shared support))
-       $(info [$(HAS_libmemcached)] libmemcached (modules/memcached))
-       $(info [$(HAS_hiredis)] hiredis (modules/redis))
+#      $(info [$(HAS_libmemcached)] libmemcached (modules/memcached))
+#      $(info [$(HAS_hiredis)] hiredis (modules/redis))
        $(info [$(HAS_cmocka)] cmocka (tests/unit))
        $(info [$(HAS_libsystemd)] systemd (daemon))
        $(info [$(HAS_nettle)] nettle (modules/cookies))
index 4b463fff9f70ea23f04343abacade54aaabf947f..049249072046a3127ea6d8d08d067fddd2a119e4 100644 (file)
@@ -16,8 +16,8 @@ Knot DNS Resolver modules
 .. include:: ../modules/http/README.rst
 .. include:: ../modules/daf/README.rst
 .. include:: ../modules/graphite/README.rst
-.. include:: ../modules/kmemcached/README.rst
-.. include:: ../modules/redis/README.rst
+#.. include:: ../modules/kmemcached/README.rst
+#.. include:: ../modules/redis/README.rst
 .. include:: ../modules/ketcd/README.rst
 .. include:: ../modules/dns64/README.rst
 .. include:: ../modules/renumber/README.rst
index 157648df669ad75ad5fe7fad4aff5a92de6b2c33..fbdad75266f0c18b7c7ac30e2ae2496862af624e 100644 (file)
@@ -13,11 +13,11 @@ endif
 
 # Memcached
 ifeq ($(HAS_libmemcached),yes)
-modules_TARGETS += kmemcached
+#modules_TARGETS += kmemcached
 endif
 # Redis
 ifeq ($(HAS_hiredis),yes)
-modules_TARGETS += redis
+#modules_TARGETS += redis
 endif
 
 # List of Lua modules