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 <mwinter@opensourcerouting.org>
This commit is contained in:
Martin Winter 2025-03-19 13:40:53 +01:00
parent 972ec6fd8c
commit 2f171ac023
No known key found for this signature in database
GPG key ID: 05A4ECF8C0102306

View file

@ -471,6 +471,7 @@ Adds GRPC support to the individual FRR daemons.
--disable-grpc \
%endif
--enable-snmp \
--disable-zeromq \
--enable-pcre2posix \
# end