summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-09-22 12:27:32 +0300
committerGitHub <noreply@github.com>2023-09-22 12:27:32 +0300
commit162287c26c5f9610ec4344414851ebe8ccccc8a7 (patch)
treeb3633316d90d5632e800838fd0ec557c022f6d82 /netdata.spec.in
parent83c5ef3aefb89b814d73d4c50621c54b5ccab771 (diff)
Disable mongodb exporter builds where broken. (#16033)
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index fe4d19bd7b..777be68f93 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -286,6 +286,9 @@ autoreconf -ivf
--with-bundled-protobuf \
%endif
%endif
+ %if 0%{?oraclelinux}
+ --disable-exporting-mongodb \
+ %endif
--prefix="%{_prefix}" \
--sysconfdir="%{_sysconfdir}" \
--localstatedir="%{_localstatedir}" \