diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2025-03-19 13:40:53 +0100 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2025-03-20 00:16:31 -0500 |
| commit | 1c1651d74e2e66973db6b8678226834312f329bd (patch) | |
| tree | c13f7b5c1f52b76f89baa77dea8987a7ec3773a7 | |
| parent | b097db27bf39a571e8617e350aac9b786cb06e54 (diff) | |
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>
| -rw-r--r-- | redhat/frr.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
