]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- drop -std=gnu++98, qt builds the same with c++11
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Aug 2021 08:00:59 +0000 (10:00 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 26 Aug 2021 08:00:59 +0000 (10:00 +0200)
qt4.spec

index 94b88d3d45a64faa81fafa25d8de7d9186964dfa..030be06dc64a179b1fb0b0ae6094a30d4e3a4578 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -187,7 +187,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 -std=gnu++98 -Wno-deprecated
+%define                specflags       -fno-strict-aliasing -Wno-deprecated
 
 %define                _qtdir          %{_libdir}/qt4
 
This page took 0.073247 seconds and 4 git commands to generate.