diff options
author | Eugene Crosser <crosser@average.org> | 2022-08-19 15:56:57 +0200 |
---|---|---|
committer | Eugene Crosser <crosser@average.org> | 2022-08-19 15:56:57 +0200 |
commit | 0ededc7c86563ff14b678f4a9f9a2d89db235558 (patch) | |
tree | d497d7a7ee566a323f62205ff91f971ce39e3a86 /debian | |
parent | Merge pull request #11777 from donaldsharp/metaq_processing (diff) | |
download | frr-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/control | 1 |
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/ |