]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- added -std=gnu++98 to specflags to compile with gcc-6 auto/th/qt4-4.8.7-12
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 19 Jan 2017 12:34:50 +0000 (13:34 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 19 Jan 2017 12:34:50 +0000 (13:34 +0100)
- rel 12

qt4.spec

index 933394c361709be7cad2ce9cacbe14053d7e1c4a..9f2194d63d58bd4a957673d89b6365322138c71b 100644 (file)
--- 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
 
This page took 0.071856 seconds and 4 git commands to generate.