summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2022-07-07 14:27:06 +0200
committerMobashshera Rasool <mrasool@vmware.com>2022-07-07 16:14:27 +0200
commit0e98be9eea763dbf233a25be41db7e7e737e3efe (patch)
tree4f761f24dec29b0a2405d791390fa1073b25bfc7 /debian
parentredhat: Always disable PIM6d on CentOS 6 and RedHat 6 systems (diff)
downloadfrr-0e98be9eea763dbf233a25be41db7e7e737e3efe.tar.xz
frr-0e98be9eea763dbf233a25be41db7e7e737e3efe.zip
debian: Add pkg.frr.pim6d build profile
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 7a719b7c6..fdb458e6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 \