devel/Inventor Inventor.spec,1.3,1.4

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Mon Feb 14 01:23:54 UTC 2005


Author: dwmw2

Update of /cvs/extras/devel/Inventor
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18816

Modified Files:
	Inventor.spec 
Log Message:
Work around gcc bug by backing down to -O1 on ppc


Index: Inventor.spec
===================================================================
RCS file: /cvs/extras/devel/Inventor/Inventor.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Inventor.spec	10 Dec 2004 22:03:00 -0000	1.3
+++ Inventor.spec	14 Feb 2005 01:23:52 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           Inventor
 Version:        2.1.5
-Release:        5
+Release:        6
 Summary:        SGI Open Inventor (TM)
 
 Group:          System Environment/Libraries
@@ -150,6 +150,10 @@
 # Inventor's build system wants us to install and build everything at once.
 rm -rf $RPM_BUILD_ROOT
 export LD_LIBRARY_PATH=${RPM_BUILD_ROOT}%{_libdir}
+%ifarch ppc
+# Work around g++ ICE bug (RH bugzilla #146988)
+export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -O1"
+%endif
 export VCOPTS="${RPM_OPT_FLAGS} -D_REENTRANT"
 export VCXXOPTS="${RPM_OPT_FLAGS} -D_REENTRANT"
 make all \




More information about the fedora-extras-commits mailing list