debian: Add pkg.frr.pim6d build profile

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
Martin Winter 2022-07-07 14:27:06 +02:00 committed by Mobashshera Rasool
parent 9289b93373
commit 0e98be9eea
2 changed files with 11 additions and 0 deletions

7
debian/rules vendored
View file

@ -27,6 +27,12 @@ else
CONF_LUA=--enable-scripting
endif
ifeq ($(filter pkg.frr.pim6d,$(DEB_BUILD_PROFILES)),)
CONF_PIM6=--disable-pim6d
else
CONF_PIM6=--enable-pim6d
endif
export PYTHON=python3
%:
@ -46,6 +52,7 @@ override_dh_auto_configure:
\
$(CONF_RPKI) \
$(CONF_LUA) \
$(CONF_PIM6) \
--with-libpam \
--enable-doc \
--enable-doc-html \

View file

@ -64,6 +64,10 @@ buster.)
+================+===================+=========================================+
| pkg.frr.rtrlib | pkg.frr.nortrlib | builds frr-rpki-rtrlib package (or not) |
+----------------+-------------------+-----------------------------------------+
| pkg.frr.lua | pkg.frr.nolua | builds lua scripting extension |
+----------------+-------------------+-----------------------------------------+
| pkg.frr.pim6d | pkg.frr.nopim6d | builds pim6d (work in progress) |
+----------------+-------------------+-----------------------------------------+
* the ``-uc -us`` options to disable signing the packages with your GPG key