[03/12] frr: Resolve configure unrecognised option(s)
Commit Message
- configure: WARNING: unrecognized options: --disable-irdp
- The irdp code was removed from frr in version 10.5.0 so the disable option is no
longer required
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/frr | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = frr
-PAK_VER = 16
+PAK_VER = 17
DEPS =
@@ -97,7 +97,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
--disable-babeld \
--disable-bfdd \
--disable-eigrpd \
- --disable-irdp \
--disable-isisd \
--disable-ldpd \
--disable-nhrpd \