From 1c1651d74e2e66973db6b8678226834312f329bd Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Wed, 19 Mar 2025 13:40:53 +0100 Subject: [PATCH] redhat: Make sure zeromq is always disabled 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 --- redhat/frr.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index ee5d03c12a..6a00bdc4f8 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -471,6 +471,7 @@ Adds GRPC support to the individual FRR daemons. --disable-grpc \ %endif --enable-snmp \ + --disable-zeromq \ --enable-pcre2posix \ # end -- 2.39.5