]> git.puffer.fish Git - matthieu/frr.git/commitdiff
redhat: Make sure zeromq is always disabled
authorMartin Winter <mwinter@opensourcerouting.org>
Wed, 19 Mar 2025 12:40:53 +0000 (13:40 +0100)
committerJafar Al-Gharaibeh <jafar@atcorp.com>
Thu, 20 Mar 2025 05:16:31 +0000 (00:16 -0500)
Fix issue where zeromq is getting enabled if build system has the libs
installed. For RPMs, we want it always based on intended config options.
(and currently the zeromq is not part of the packages)

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
redhat/frr.spec.in

index ee5d03c12a1d17c72df7cd642ee80ef3ffe0d322..6a00bdc4f8b3fb46245491f6e963841bcbfede6f 100644 (file)
@@ -471,6 +471,7 @@ Adds GRPC support to the individual FRR daemons.
     --disable-grpc \
 %endif
     --enable-snmp \
+    --disable-zeromq \
     --enable-pcre2posix \
     # end