rpms/GREYCstoration/devel GREYCstoration.spec,1.5,1.6

Nils Philippsen nphilipp at fedoraproject.org
Wed Oct 8 10:03:25 UTC 2008


Author: nphilipp

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

Modified Files:
	GREYCstoration.spec 
Log Message:
use "-fno-tree-pre" option to avoid ages long compilation with gcc-4.3



Index: GREYCstoration.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GREYCstoration/devel/GREYCstoration.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- GREYCstoration.spec	13 Mar 2008 04:55:51 -0000	1.5
+++ GREYCstoration.spec	8 Oct 2008 10:02:54 -0000	1.6
@@ -67,7 +67,7 @@
 
 
 %build
-make -C src %{?_smp_mflags} CFLAGS="%{optflags}" all
+make -C src %{?_smp_mflags} CFLAGS="%{optflags} -fno-tree-pre" all
 
 # Build desktop icon
 cat >%{name}.desktop <<EOF
@@ -136,6 +136,9 @@
 %{_bindir}/%{name}_gui.tcl
 
 %changelog
+* Wed Oct 08 2008 Nils Philippsen <nils at redhat.com>
+- use "-fno-tree-pre" option to avoid ages long compilation with gcc-4.3
+
 * Thu Mar 13 2008 Marc Bradshaw <packages at marcbradshaw.co.uk> 2.8-1
 - New upstream version
 




More information about the scm-commits mailing list