From: Maria Matejka Date: Wed, 12 Apr 2023 16:42:59 +0000 (+0200) Subject: Temporarily disable MRT as it still lacks proper locking; to be re-enabled in 3.0... X-Git-Tag: v3.0-alpha1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16144c19a81439c462bdbc366c610c56c387f9a7;p=thirdparty%2Fbird.git Temporarily disable MRT as it still lacks proper locking; to be re-enabled in 3.0-alpha2 --- diff --git a/configure.ac b/configure.ac index b37351230..bf5c6df45 100644 --- a/configure.ac +++ b/configure.ac @@ -306,7 +306,8 @@ if test "$enable_mpls_kernel" != no ; then fi fi -all_protocols="bfd babel bgp mrt ospf perf pipe radv rip rpki static" +# temporarily removed "mrt" from all_protocols to speed up 3.0-alpha1 release +all_protocols="bfd babel bgp ospf perf pipe radv rip rpki static" all_protocols=`echo $all_protocols | sed 's/ /,/g'` if test "$with_protocols" = all ; then