rpms/openoffice.org/devel openoffice.org.spec,1.1519,1.1520

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Jun 3 09:48:38 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28630

Modified Files:
	openoffice.org.spec 
Log Message:
filter out -fasynchronous-unwind-tables


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1519
retrieving revision 1.1520
diff -u -r1.1519 -r1.1520
--- openoffice.org.spec	3 Jun 2008 09:06:07 -0000	1.1519
+++ openoffice.org.spec	3 Jun 2008 09:47:57 -0000	1.1520
@@ -1293,7 +1293,7 @@
 #use the RPM_OPT_FLAGS but remove the OOo overridden ones
 for i in $RPM_OPT_FLAGS; do
         case "$i" in
-                -O?|-pipe|-Wall|-g|-fexceptions) continue;;
+                -O?|-pipe|-Wall|-g|-fexceptions|-fasynchronous-unwind-tables) continue;;
         esac
         ARCH_FLAGS="$ARCH_FLAGS $i"
 done
@@ -3427,6 +3427,8 @@
   3 layer OOo
 - drop integrated openoffice.org-3.0.0.ooo88260.decl-defi-mismatch.patch
 - drop integrated openoffice.org-3.0.0.ooo89172.filter.string.patch
+- filter out -fasynchronous-unwind-tables for the moment until its ok with
+  -Os on i386
 
 * Wed May 28 2008 Caolan McNamara <caolanm at redhat.com> - 1:3.0.0-0.14-1
 - next version




More information about the fedora-extras-commits mailing list