Browse Source

Re-enable ML for RHEL 7 and AL 2 RPM packages. (#17682)

Austin S. Hemmelgarn 10 months ago
parent
commit
4039a87a64
1 changed files with 0 additions and 2 deletions
  1. 0 2
      netdata.spec.in

+ 0 - 2
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.