summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-07-22 16:55:06 +0200
committerGitHub <noreply@github.com>2022-07-22 16:55:06 +0200
commit014c9f3259264f54d939958449477504dff6133e (patch)
treea5c092c4031e3ff48851489a6882c3fb5b03a62c /netdata.spec.in
parent146c66b3492aaca3af02715886f0ee2f1237f9d0 (diff)
include Judy into our source tree (#13362)
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index d93f221246..756a9d3d72 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -143,14 +143,12 @@ BuildRequires: openssl-devel
%if 0%{?suse_version}
BuildRequires: protobuf-devel
BuildRequires: libprotobuf-c-devel
-BuildRequires: judy-devel
BuildRequires: liblz4-devel
BuildRequires: libjson-c-devel
%else
%if 0%{?fedora}
BuildRequires: protobuf-devel
BuildRequires: protobuf-c-devel
-BuildRequires: Judy-devel
BuildRequires: lz4-devel
BuildRequires: json-c-devel
%else
@@ -227,10 +225,6 @@ happened, on your systems and applications.
%prep
%setup -q -n %{name}-%{version}
-# Only bundle libJudy if this isn't Fedora or SUSE
-%if 0%{!?fedora:1} && 0%{!?suse_version:1}
-export CFLAGS="${CFLAGS} -fPIC" && ${RPM_BUILD_DIR}/%{name}-%{version}/packaging/bundle-judy.sh ${RPM_BUILD_DIR}/%{name}-%{version}
-%endif
# Only bundle protobuf on CentOS 7 or earlier
%if 0%{?centos_ver:1}
%if %{centos_ver} < 8
@@ -259,9 +253,6 @@ autoreconf -ivf
%if 0%{!?_have_ebpf}
--disable-ebpf
%endif
- %if 0%{!?fedora:1} && 0%{!?suse_version:1}
- --with-bundled-libJudy \
- %endif
%if 0%{?centos_ver:1}
%if %{centos_ver} < 8
--with-bundled-protobuf \