forked from Mirror/frr
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:
parent
972ec6fd8c
commit
2f171ac023
|
@ -471,6 +471,7 @@ Adds GRPC support to the individual FRR daemons.
|
||||||
--disable-grpc \
|
--disable-grpc \
|
||||||
%endif
|
%endif
|
||||||
--enable-snmp \
|
--enable-snmp \
|
||||||
|
--disable-zeromq \
|
||||||
--enable-pcre2posix \
|
--enable-pcre2posix \
|
||||||
# end
|
# end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue