summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2017-02-19 14:03:58 -0500
committerAlon Bar-Lev <alon.barlev@gmail.com>2017-02-26 21:33:12 +0200
commitfa60534daba5640922e2666aa8755154e3e0d95b (patch)
tree86f024db9c8723330d8fa34dddbec68c7bec8e0c /netdata.spec.in
parentf5999d10c3f77ff5ca1a96d0a2185387f80547e2 (diff)
spec: do not autoreconf
we add no patches. Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 86d3db909c..c1d74e66c8 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -35,8 +35,6 @@ Group: Applications/System
Source0: http://firehol.org/download/netdata/releases/v@PACKAGE_VERSION@/%{name}-@PACKAGE_VERSION@.tar.xz
URL: http://my-netdata.io/
%distro_buildrequires
-BuildRequires: /usr/bin/autoconf
-BuildRequires: /usr/bin/automake
BuildRequires: pkgconfig
BuildRequires: xz
BuildRequires: zlib-devel
@@ -91,7 +89,6 @@ happened, on your systems and applications.
%setup -q
%build
-./autogen.sh
%configure \
--with-zlib \
--with-math \