* Geert Stappers [110828 18:34 +0200]: > Package: iceweasel > Version: 6.0-4 > Severity: important > > > When starting iceweasel, I get: "Couln't load XPCOM" > > $ iceweasel > Couldn't load XPCOM.
As mentioned by Michel Dänzer [0] recompiling with O2, which tooks me 6 hours or so on my powerboock, made iceweasel coming up again. I recompiled the Debian Package with a patched rules file. [0] http://lists.debian.org/debian-powerpc/2011/08/msg00077.html Elimar -- You cannot propel yourself forward by patting yourself on the back.
--- rules.orig 2011-08-30 18:40:51.024713099 +0200
+++ rules 2011-08-30 11:28:37.034677662 +0200
@@ -60,6 +60,10 @@
CFLAGS += -mminimal-toc
endif
+ifeq ($(DEB_BUILD_ARCH),ppc)
+ CFLAGS += -O2
+endif
+
ifneq (,$(filter kfreebsd-% hurd-%,$(DEB_BUILD_ARCH)))
CONFIGURE_FLAGS += --disable-necko-wifi
endif
signature.asc
Description: Digital signature

