- Fixes MFSA 2012-12->19 - see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
$OpenBSD: patch-parser_html_Makefile_in,v 1.7 2012/03/16 21:31:24 landry Exp $
|
|
|
|
gcc runs out of memory with optimization.
|
|
|
|
--- parser/html/Makefile.in.orig Thu Feb 2 00:39:23 2012
|
|
+++ parser/html/Makefile.in Tue Feb 14 18:42:12 2012
|
|
@@ -120,4 +120,7 @@ INCLUDES += \
|
|
-I$(srcdir)/../../content/base/src \
|
|
$(NULL)
|
|
|
|
+nsHtml5NamedCharacters.o: CXXFLAGS := $(filter-out -O%,$(CXXFLAGS))
|
|
+nsHtml5ElementName.o: CXXFLAGS := $(CXXFLAGS) -O1
|
|
+
|
|
#DEFINES += -DENABLE_VOID_MENUITEM
|