summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-24 04:57:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-02-24 04:57:01 +0000
commit69a131c47635213a492ed6ab989b412c8fd5fe1d (patch)
tree4ac7b314ea9f88dd24c0947ed12a4c0eac945942 /netdata.spec.in
parentReleasing debian version 1.29.2-1. (diff)
downloadnetdata-69a131c47635213a492ed6ab989b412c8fd5fe1d.tar.xz
netdata-69a131c47635213a492ed6ab989b412c8fd5fe1d.zip
Merging upstream version 1.29.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index ea251960..f55dcfe3 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -221,7 +221,7 @@ happened, on your systems and applications.
%prep
%setup -q -n %{name}-%{version}
export CFLAGS="${CFLAGS} -fPIC" && ${RPM_BUILD_DIR}/%{name}-%{version}/packaging/bundle-mosquitto.sh ${RPM_BUILD_DIR}/%{name}-%{version}
-%if 0%{?centos_ver} >= 8 || 0%{?fedora}
+%if 0%{?centos_ver} < 8 || 0%{!?fedora:1}
export CFLAGS="${CFLAGS} -fPIC" && ${RPM_BUILD_DIR}/%{name}-%{version}/packaging/bundle-lws.sh ${RPM_BUILD_DIR}/%{name}-%{version}
%endif
# Only bundle libJudy if this isn't Fedora or SUSE
@@ -239,7 +239,7 @@ autoreconf -ivf
%if 0%{!?fedora:1} && 0%{!?suse_version:1}
--with-libJudy=externaldeps/libJudy \
%endif
- %if 0%{?centos_ver} >= 8 || 0%{?fedora}
+ %if 0%{?centos_ver} < 8 || 0%{!?fedora:1}
--with-bundled-lws=externaldeps/libwebsockets \
%endif
--prefix="%{_prefix}" \