From 2f171ac02364fc8f087c217a8d2ab3ca3b019511 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 6cf75de31c..b5a7a383c8 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