mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
debian: Enable pim6d build by default
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
b0db3467f4
commit
57cb276d36
6
debian/rules
vendored
6
debian/rules
vendored
@ -27,10 +27,10 @@ else
|
||||
CONF_LUA=--enable-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
|
||||
|
Loading…
Reference in New Issue
Block a user