diff -Nru iceweasel-17.0.9esr/debian/changelog iceweasel-17.0.9esr/debian/changelog --- iceweasel-17.0.9esr/debian/changelog 2013-09-17 13:25:28.000000000 +0000 +++ iceweasel-17.0.9esr/debian/changelog 2013-10-17 20:12:27.000000000 +0000 @@ -1,3 +1,9 @@ +iceweasel (17.0.9esr-1~deb7u1+rpi1) wheezy-staging; urgency=low + + * Build with gcc 4.7 to avoid ICE + + -- Peter Michael Green Thu, 17 Oct 2013 20:11:58 +0000 + iceweasel (17.0.9esr-1~deb7u1) stable-security; urgency=low * New upstream release. diff -Nru iceweasel-17.0.9esr/debian/control iceweasel-17.0.9esr/debian/control --- iceweasel-17.0.9esr/debian/control 2013-09-17 13:16:33.000000000 +0000 +++ iceweasel-17.0.9esr/debian/control 2013-10-17 20:12:27.000000000 +0000 @@ -45,6 +45,8 @@ imagemagick, librsvg2-bin, xsltproc, + gcc-4.7, + g++-4.7 Build-Conflicts: graphicsmagick-imagemagick-compat, liboss4-salsa-dev, libhildonmime-dev, diff -Nru iceweasel-17.0.9esr/debian/rules iceweasel-17.0.9esr/debian/rules --- iceweasel-17.0.9esr/debian/rules 2013-09-17 13:16:33.000000000 +0000 +++ iceweasel-17.0.9esr/debian/rules 2013-10-17 20:12:27.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 MOZILLA_OFFICIAL