rpms/gutenprint/devel gutenprint.spec,1.24,1.25

Tim Waugh (twaugh) fedora-extras-commits at redhat.com
Thu May 10 15:56:22 UTC 2007


Author: twaugh

Update of /cvs/pkgs/rpms/gutenprint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21932

Modified Files:
	gutenprint.spec 
Log Message:
* Thu May 10 2007 Tim Waugh <twaugh at redhat.com> 5.0.0.99.1-3
- Try to work around GCC bug #239003.



Index: gutenprint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gutenprint/devel/gutenprint.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gutenprint.spec	4 May 2007 14:27:34 -0000	1.24
+++ gutenprint.spec	10 May 2007 15:52:42 -0000	1.25
@@ -127,6 +127,9 @@
 %patch2 -p1 -b .O6
 
 %build
+%ifarch ppc64
+export CFLAGS=${CFLAGS} -O0
+%endif
 %configure --disable-static --disable-dependency-tracking  \
             --with-foomatic --with-ghostscript \
             --disable-libgutenprintui --without-gimp \
@@ -232,7 +235,8 @@
 /bin/rm -f /var/cache/foomatic/*
 
 %changelog
-* Fri May  4 2007 Tim Waugh <twaugh at redhat.com> 5.0.0.99.1-3
+* Thu May 10 2007 Tim Waugh <twaugh at redhat.com> 5.0.0.99.1-3
+- Try to work around GCC bug #239003.
 - Don't add extra compiler flags.
 - Moved gimp-print obsoletes/provides to the foomatic sub-package
   (bug #238890).




More information about the fedora-extras-commits mailing list