]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
frr: Resolve configure unrecognised option(s)
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 29 Apr 2026 17:50:23 +0000 (19:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2026 19:47:53 +0000 (19:47 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/frr

diff --git a/lfs/frr b/lfs/frr
index fedcb14a1b5007cc65895fdbf59b41b35d5ce293..4757a85446dc3bbb43edd0902f70b3154da28465 100644 (file)
--- a/lfs/frr
+++ b/lfs/frr
@@ -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 \