[packages/qt4] - added -std=gnu++98 to specflags to compile with gcc-6 - rel 12
witekfl
witekfl at pld-linux.org
Thu Jan 19 13:35:55 CET 2017
commit 93b860bd54ab923e795f1f5fb15c0af9eadc2baa
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Thu Jan 19 13:34:50 2017 +0100
- added -std=gnu++98 to specflags to compile with gcc-6
- rel 12
qt4.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/qt4.spec b/qt4.spec
index 933394c..9f2194d 100644
--- a/qt4.spec
+++ b/qt4.spec
@@ -61,7 +61,7 @@ Summary(pl.UTF-8): Biblioteka Qt do tworzenia GUI
Summary(pt_BR.UTF-8): Estrutura para rodar aplicações GUI Qt
Name: qt4
Version: 4.8.7
-Release: 11
+Release: 12
License: LGPL v2.1 or GPL v3.0
Group: X11/Libraries
Source0: http://download.qt-project.org/official_releases/qt/4.8/%{version}/qt-everywhere-opensource-src-%{version}.tar.gz
@@ -178,7 +178,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _noautoreqdep libGL.so.1 libGLU.so.1
%define _noautostrip '.*_debug\\.so*'
-%define specflags -fno-strict-aliasing
+%define specflags -fno-strict-aliasing -std=gnu++98
%define _qtdir %{_libdir}/qt4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/qt4.git/commitdiff/93b860bd54ab923e795f1f5fb15c0af9eadc2baa
More information about the pld-cvs-commit
mailing list