Scripting must be explicitly enabled now when building packages via the
pkg.frr.lua Debian profile
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
python3-pytest <!nocheck>,
python3-sphinx,
texinfo (>= 4.7),
- liblua5.3-dev <!pkg.frr.nolua>
+ liblua5.3-dev <pkg.frr.lua>
Standards-Version: 4.5.0.3
Homepage: https://www.frrouting.org/
Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master
CONF_SYSTEMD=--enable-systemd=no
endif
-ifeq ($(filter pkg.frr.nolua,$(DEB_BUILD_PROFILES)),)
- CONF_LUA=--enable-scripting
-else
+ifeq ($(filter pkg.frr.lua,$(DEB_BUILD_PROFILES)),)
CONF_LUA=--disable-scripting
+else
+ CONF_LUA=--enable-scripting
endif
export PYTHON=python3