From 7c7b002c039879dddc009e81ebf1846ac3cbea45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Wed, 14 Oct 2015 19:06:02 +0200 Subject: [PATCH] build: PUC-Rio Lua now deprecated, LuaJIT mandatory for daemon --- Makefile | 3 --- doc/build.rst | 2 +- help.mk | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4d9e15460..ea55233d7 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,6 @@ endif $(eval $(call find_lib,libknot)) $(eval $(call find_lib,libuv)) $(eval $(call find_alt,lua,luajit)) -$(eval $(call find_alt,lua,lua5.2)) -$(eval $(call find_alt,lua,lua-5.2)) -$(eval $(call find_alt,lua,lua)) $(eval $(call find_lib,cmocka)) $(eval $(call find_bin,doxygen)) $(eval $(call find_bin,sphinx-build)) diff --git a/doc/build.rst b/doc/build.rst index e8727dfbb..cf833cbd5 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -31,7 +31,7 @@ The following is a list of software required to build Knot DNS Resolver from sou "`pkg-config`_", "*all*", "*(build only)* [#]_" "C compiler", "*all*", "*(build only)* [#]_" "libknot_ 2.0+", "*all*", "Knot DNS library (requires autotools, GnuTLS and Jansson)." - "LuaJIT_ 2.0+", "``daemon``", "Embedded scripting language (Lua_ 5.1+ with limitations)." + "LuaJIT_ 2.0+", "``daemon``", "Embedded scripting language." "libuv_ 1.7+", "``daemon``", "Multiplatform I/O and services (libuv_ 1.0 with limitations [#]_)." There are also *optional* packages that enable specific functionality in Knot DNS Resolver, they are useful mainly for developers to build documentation and tests. diff --git a/help.mk b/help.mk index 550b1576b..416903741 100644 --- a/help.mk +++ b/help.mk @@ -12,7 +12,7 @@ info: $(info Dependencies) $(info ------------) $(info [$(HAS_libknot)] libknot (lib)) - $(info [$(HAS_lua)] lua (daemon)) + $(info [$(HAS_lua)] LuaJIT (daemon)) $(info [$(HAS_libuv)] libuv (daemon)) $(info ) $(info Optional) -- GitLab