summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-04-18 14:21:02 -0400
committerGitHub <noreply@github.com>2022-04-18 14:21:02 -0400
commit3f97fe0355dd809939fb5a73fe1e76b86306908f (patch)
treeab5100a5f3c18a943dcb3f18042f7e61d1b39e05 /netdata.spec.in
parent42f88e1b9c490ae9f8e21e67c543474dbae2c88b (diff)
Disable automake dependency tracking in our various one-time builds. (#12701)
* Disable automake dependency tracking in our various one-time builds. * Also disable dependency tracking code in package builds.
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 3d016c9711..78a7e7e0d5 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -272,7 +272,8 @@ autoreconf -ivf
--libdir="%{_libdir}" \
--with-zlib \
--with-math \
- --with-user=netdata
+ --with-user=netdata \
+ --disable-dependency-tracking
# Build step
%{__make} %{?_smp_mflags}