From 0ededc7c86563ff14b678f4a9f9a2d89db235558 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Fri, 19 Aug 2022 15:56:57 +0200 Subject: [PATCH] debian: add lua _binary_ to build dependencies FRR only needs lua library (package libluaX.Y-dev) to be compiled and linked, but its `configure` script makes use of lua interpreter to perform its checks. Therefore, `luaX.Y` package is a requisite build-dependency for debian packaging. This commit adds the debian package with the lua interpreter to the build dependencies. Signed-off-by: Eugene Crosser --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index e8bf1a8ffa..06c16cc945 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Build-Depends: bison, python3-pytest , python3-sphinx, texinfo (>= 4.7), + lua5.3 , liblua5.3-dev Standards-Version: 4.5.0.3 Homepage: https://www.frrouting.org/ -- 2.39.5