rpms/openoffice.org/devel openoffice.org.spec,1.1285,1.1286

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Tue Sep 4 16:02:09 UTC 2007


Author: caolanm

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

Modified Files:
	openoffice.org.spec 
Log Message:
increase inline-limit to 128


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1285
retrieving revision 1.1286
diff -u -r1.1285 -r1.1286
--- openoffice.org.spec	4 Sep 2007 13:41:37 -0000	1.1285
+++ openoffice.org.spec	4 Sep 2007 16:01:34 -0000	1.1286
@@ -1090,7 +1090,10 @@
         esac
         ARCH_FLAGS="$ARCH_FLAGS $i"
 done
-export ARCH_FLAGS="$ARCH_FLAGS -finline-limit=64"
+#something odd with <= limit of 125 in framework/source/loadenv/loadenv.cxx and
+#the frame from tools->bibliography not closable wrt the mutex in
+#LoadEnvListener so use >= 128
+export ARCH_FLAGS="$ARCH_FLAGS -finline-limit=128"
 #add -fno-threadsafe-statics (our statics are already double-locked) to C++ only
 export CXX="$CXX -fno-threadsafe-statics"
 #convert _smp_mflags to dmake equivalent




More information about the fedora-extras-commits mailing list