From 71eb787e0ea2cf51bb08d7114fe0b66fe320c622 Mon Sep 17 00:00:00 2001 From: Jan ONDREJ (SAL) Date: Jun 17 2015 05:26:46 +0000 Subject: Added -fgnu89-inline cflag. --- diff --git a/bandwidthd.spec b/bandwidthd.spec index dd27dbd..95a8cd0 100644 --- a/bandwidthd.spec +++ b/bandwidthd.spec @@ -3,7 +3,7 @@ Name: bandwidthd Version: 2.0.1 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Tracks network usage and builds html and graphs Group: System Environment/Daemons @@ -66,7 +66,7 @@ autoconf --sysconfdir=%{_sysconfdir} \ --bindir=%{_bindir} \ --datadir=%{_var}/www -make %{?_smp_mflags} +CFLAGS="%{optflags} -fgnu89-inline" make %{?_smp_mflags} %install @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 17 2015 Ján ONDREJ (SAL) - 2.0.1-29 +- Added -fgnu89-inline cflag for gcc5. + * Wed Jun 17 2015 Fedora Release Engineering - 2.0.1-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild