From: Jan Rękorajski Date: Sun, 2 Sep 2018 15:58:18 +0000 (+0200) Subject: - stop complaining abount snprintf buffer sizes X-Git-Tag: auto/th/collectd-5.8.0-6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcollectd.git;a=commitdiff_plain;h=f37a1c31694fe0c7aba17f0550e6c29e00aadbdd - stop complaining abount snprintf buffer sizes - rel 6 --- diff --git a/collectd.spec b/collectd.spec index 6a4b73d..dd19670 100644 --- a/collectd.spec +++ b/collectd.spec @@ -136,7 +136,7 @@ Summary: Collects system information in RRD files Summary(pl.UTF-8): Zbieranie informacji o systemie w plikach RRD Name: collectd Version: 5.8.0 -Release: 5 +Release: 6 License: GPL v2 Group: Daemons Source0: http://collectd.org/files/%{name}-%{version}.tar.bz2 @@ -1326,7 +1326,7 @@ Perl files from Collectd package %{__automake} %configure \ - CPPFLAGS="-Wno-unused-but-set-variable" \ + CPPFLAGS="-Wno-unused-but-set-variable -Wno-format-truncation" \ c_cv_have_libperl=yes \ --with-libiptc=/usr \ --with-libstatgrab=/usr \