forked from Mirror/frr
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>
This commit is contained in:
parent
66b974b423
commit
0ededc7c86
1
debian/control
vendored
1
debian/control
vendored
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue