From d14dee76cb2f8211fb97cef36124c5d5e023869e Mon Sep 17 00:00:00 2001 From: Philippe Makowski Date: Mar 09 2016 09:56:42 +0000 Subject: - Resolves: rbhz#1307503 building with gcc6 --- diff --git a/firebird.spec b/firebird.spec index 1ab96af..e7b4e0e 100644 --- a/firebird.spec +++ b/firebird.spec @@ -6,7 +6,7 @@ Summary: SQL relational database management system Name: firebird Version: 2.5.5.26952.0 -Release: 4%{?dist} +Release: 5%{?dist} Group: Applications/Databases License: Interbase @@ -181,6 +181,9 @@ export CFLAGS='-m32' export LDFLAGS='-m32' %endif +export CXXFLAGS="-std=gnu++98 -fno-lifetime-dse" +export CFLAGS="-std=gnu++98 -fno-lifetime-dse" + NOCONFIGURE=1 ./autogen.sh %configure --prefix=%{fbroot} --with-system-icu --with-system-editline \ --with-fbbin=%{fbroot}/bin-classic --with-fbinclude=%{_includedir}/%{name} \ @@ -530,6 +533,9 @@ fi %changelog +* Wed Mar 09 2016 Philippe Makowski - 2.5.5.26952.0-5 +- Resolves: rbhz#1307503 building with gcc6 + * Sat Feb 20 2016 David Tardon - 2.5.5.26952.0-4 - Resolves: rbhz#1309223 restore /usr/sbin/fb_config