[03/12] frr: Resolve configure unrecognised option(s)

Message ID 20260429175032.2811103-3-adolf.belka@ipfire.org
State Staged
Commit be39655976a01286e358bd48980141043bb67e9d
Headers
Series [01/12] dnsdist: Resolve configure unrecognised option(s) |

Commit Message

Adolf Belka 29 Apr 2026, 5:50 p.m. UTC
- 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(-)
  

Patch

diff --git a/lfs/frr b/lfs/frr
index fedcb14a1..4757a8544 100644
--- 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 \