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:
parent
7eca9cb333
commit
8f5d3e3e7d
1 changed files with 3 additions and 3 deletions
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -27,10 +27,10 @@ else
|
||||||
CONF_LUA=--disable-scripting
|
CONF_LUA=--disable-scripting
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(filter pkg.frr.pim6d,$(DEB_BUILD_PROFILES)),)
|
ifeq ($(filter pkg.frr.nopim6d,$(DEB_BUILD_PROFILES)),)
|
||||||
CONF_PIM6=--disable-pim6d
|
|
||||||
else
|
|
||||||
CONF_PIM6=--enable-pim6d
|
CONF_PIM6=--enable-pim6d
|
||||||
|
else
|
||||||
|
CONF_PIM6=--disable-pim6d
|
||||||
endif
|
endif
|
||||||
|
|
||||||
export PYTHON=python3
|
export PYTHON=python3
|
||||||
|
|
Loading…
Add table
Reference in a new issue