diff -Nru iceweasel-17.0.8esr/debian/changelog iceweasel-17.0.8esr/debian/changelog --- iceweasel-17.0.8esr/debian/changelog 2013-08-10 23:20:52.000000000 +0000 +++ iceweasel-17.0.8esr/debian/changelog 2013-08-15 20:20:27.000000000 +0000 @@ -1,3 +1,9 @@ +iceweasel (17.0.8esr-2+rpi1) wheezy-staging; urgency=low + + * Build with gcc 4.7 to avoid ICE + + -- Peter Michael Green Thu, 08 Aug 2013 11:08:05 +0000 + iceweasel (17.0.8esr-2) unstable; urgency=low * debian/rules: diff -Nru iceweasel-17.0.8esr/debian/control iceweasel-17.0.8esr/debian/control --- iceweasel-17.0.8esr/debian/control 2013-08-10 23:12:15.000000000 +0000 +++ iceweasel-17.0.8esr/debian/control 2013-08-15 20:20: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.8esr/debian/rules iceweasel-17.0.8esr/debian/rules --- iceweasel-17.0.8esr/debian/rules 2013-08-10 23:14:59.000000000 +0000 +++ iceweasel-17.0.8esr/debian/rules 2013-08-15 20:20: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