From: Martin Winter Date: Wed, 19 Mar 2025 12:40:53 +0000 (+0100) Subject: redhat: Make sure zeromq is always disabled X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=2f171ac02364fc8f087c217a8d2ab3ca3b019511;p=matthieu%2Ffrr.git 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 --- 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