summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-05-16 09:41:08 -0400
committerGitHub <noreply@github.com>2024-05-16 09:41:08 -0400
commit4039a87a64e07ff6f0bc381277573703ab7c7050 (patch)
tree2bb784317e936ac7189325772681b10bf004db14 /netdata.spec.in
parentacae2dc09fda6fab15e9ba534174d79f16e5e776 (diff)
Re-enable ML for RHEL 7 and AL 2 RPM packages. (#17682)
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 53e12b458b..5702aa0315 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -24,7 +24,6 @@ AutoReqProv: yes
%global cmake %{__cmake}
%global cmake_build %{__cmake} --build %{__cmake_builddir} --verbose --parallel $(nproc)
%global cmake_install DESTDIR="%{buildroot}" %{__cmake} --install %{__cmake_builddir}
-%global _have_ml 0
%endif
%if 0%{?amazon_linux} == 2
%global __cmake /cmake/bin/cmake
@@ -32,7 +31,6 @@ AutoReqProv: yes
%global cmake %{__cmake}
%global cmake_build %{__cmake} --build %{__cmake_builddir} --verbose --parallel $(nproc)
%global cmake_install DESTDIR="%{buildroot}" %{__cmake} --install %{__cmake_builddir}
-%global _have_ml 0
%endif
# openSUSE requires us to explicity ask for ninja for builds.