summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorEugene Crosser <crosser@average.org>2022-08-19 15:56:57 +0200
committerEugene Crosser <crosser@average.org>2022-08-19 15:56:57 +0200
commit0ededc7c86563ff14b678f4a9f9a2d89db235558 (patch)
treed497d7a7ee566a323f62205ff91f971ce39e3a86 /debian
parentMerge pull request #11777 from donaldsharp/metaq_processing (diff)
downloadfrr-0ededc7c86563ff14b678f4a9f9a2d89db235558.tar.xz
frr-0ededc7c86563ff14b678f4a9f9a2d89db235558.zip
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 <crosser@average.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e8bf1a8ff..06c16cc94 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Build-Depends: bison,
python3-pytest <!nocheck>,
python3-sphinx,
texinfo (>= 4.7),
+ lua5.3 <pkg.frr.lua>,
liblua5.3-dev <pkg.frr.lua>
Standards-Version: 4.5.0.3
Homepage: https://www.frrouting.org/