rpms/qt/devel qt.spec,1.325,1.326

Rex Dieter rdieter at fedoraproject.org
Thu Sep 10 15:37:01 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/qt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9722

Modified Files:
	qt.spec 
Log Message:
try building with -fno-var-tracking-assignments



Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -p -r1.325 -r1.326
--- qt.spec	9 Sep 2009 13:04:25 -0000	1.325
+++ qt.spec	10 Sep 2009 15:37:00 -0000	1.326
@@ -372,6 +372,10 @@ Qt libraries used for drawing widgets an
 
 # drop -fexceptions from $RPM_OPT_FLAGS
 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
+# hack around (hopefully temporary) gcc borkage
+%if 0%{?fedora} > 11
+RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-var-tracking-assignments"
+%endif
 
 %define platform linux-g++
 %if "%{_qt4_datadir}" != "%{_qt4_prefix}" && "%{_lib}" == "lib64"                                  




More information about the fedora-extras-commits mailing list