diff -Nru iceweasel-24.4.0esr/debian/changelog iceweasel-24.4.0esr/debian/changelog --- iceweasel-24.4.0esr/debian/changelog 2014-03-19 07:45:45.000000000 +0000 +++ iceweasel-24.4.0esr/debian/changelog 2014-03-21 18:25:39.000000000 +0000 @@ -1,3 +1,9 @@ +iceweasel (24.4.0esr-1~deb7u2+rpi1) wheezy-staging; urgency=low + + * Build with gcc 4.7 to avoid ICE + + -- Peter Michael Green Fri, 21 Mar 2014 18:25:19 +0000 + iceweasel (24.4.0esr-1~deb7u2) stable-security; urgency=low * debian/rules: Disable the test suite. diff -Nru iceweasel-24.4.0esr/debian/rules iceweasel-24.4.0esr/debian/rules --- iceweasel-24.4.0esr/debian/rules 2014-03-19 07:39:29.000000000 +0000 +++ iceweasel-24.4.0esr/debian/rules 2014-03-21 18:25:39.000000000 +0000 @@ -109,12 +109,12 @@ GENSYMBOLS_FLAGS := -c4 endif -ifeq (default,$(origin CC)) -CC := gcc -endif -ifeq (default,$(origin CXX)) -CXX := g++ -endif +#ifeq (default,$(origin CC)) +CC := gcc-4.7 +#endif +#ifeq (default,$(origin CXX)) +CXX := g++-4.7 +#endif CXXFLAGS = $(CFLAGS) EXPORTS := CC CXX CFLAGS CXXFLAGS CPPFLAGS LDFLAGS MOZILLA_OFFICIAL