1
0
Fork 0

Changing pim6d build-profile to match its original intendet purpose of enabling pim6d by default but allowing to exclude it if needed (Closes: #1071653).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 10:16:57 +01:00
parent 7eca9cb333
commit 8f5d3e3e7d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

6
debian/rules vendored
View file

@ -27,10 +27,10 @@ else
CONF_LUA=--disable-scripting
endif
ifeq ($(filter pkg.frr.pim6d,$(DEB_BUILD_PROFILES)),)
CONF_PIM6=--disable-pim6d
else
ifeq ($(filter pkg.frr.nopim6d,$(DEB_BUILD_PROFILES)),)
CONF_PIM6=--enable-pim6d
else
CONF_PIM6=--disable-pim6d
endif
export PYTHON=python3