From: Marc Fournier Date: Mon, 15 Jun 2015 14:09:50 +0000 (+0200) Subject: Revert "contrib/redhat/collectd.spec: added bison and flex" X-Git-Tag: collectd-5.5.1~117 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=33b6aff71496fcab04a307d8e9c02259c58bfec1;p=collectd.git Revert "contrib/redhat/collectd.spec: added bison and flex" This reverts commit 38203b1c8d8a8e5e567d7f6783dd8b88a2487070. A misunderstanding about which tarball to use with the RPM specfile led us here. See #1079 for the whole conversation. --- diff --git a/contrib/redhat/collectd.spec b/contrib/redhat/collectd.spec index 1e32b27f..9d491ff8 100644 --- a/contrib/redhat/collectd.spec +++ b/contrib/redhat/collectd.spec @@ -224,7 +224,7 @@ Source: http://collectd.org/files/%{name}-%{version}.tar.bz2 License: GPLv2 Group: System Environment/Daemons BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel, flex, bison +BuildRequires: libgcrypt-devel, kernel-headers, libtool-ltdl-devel, libcap-devel Vendor: collectd development team %if 0%{?el7:1} @@ -1577,9 +1577,6 @@ Collectd utilities %define _with_zookeeper --disable-zookeeper %endif -export YACC=bison -export YFLAGS=-y - %configure CFLAGS="%{optflags} -DLT_LAZY_OR_NOW=\"RTLD_LAZY|RTLD_GLOBAL\"" \ --disable-static \ --without-included-ltdl \