]> 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)
committerMartin Winter <mwinter@opensourcerouting.org>
Wed, 19 Mar 2025 12:51:54 +0000 (13:51 +0100)
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 6cf75de31c2ded2c3da4692ed316ebb83ff90009..b5a7a383c838669ea232da128a5eb2242324a9d7 100644 (file)
@@ -471,6 +471,7 @@ Adds GRPC support to the individual FRR daemons.
     --disable-grpc \
 %endif
     --enable-snmp \
+    --disable-zeromq \
     --enable-pcre2posix \
     # end