diff -Nru webkitgtk-2.4.11/debian/changelog webkitgtk-2.4.11/debian/changelog --- webkitgtk-2.4.11/debian/changelog 2016-06-26 17:40:27.000000000 +0000 +++ webkitgtk-2.4.11/debian/changelog 2016-07-08 00:37:00.000000000 +0000 @@ -1,3 +1,10 @@ +webkitgtk (2.4.11-2+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 2.4.7-3+rpi1 by Peter Michael Green at Wed, 10 Dec 2014 08:17:47 +0000] + * Disable jit, it's broken on armv6. + + -- Raspbian forward porter Fri, 08 Jul 2016 00:37:00 +0000 + webkitgtk (2.4.11-2) unstable; urgency=medium * debian/patches/fix-ftbfs-gcc6.patch: diff -Nru webkitgtk-2.4.11/debian/rules webkitgtk-2.4.11/debian/rules --- webkitgtk-2.4.11/debian/rules 2016-06-26 17:40:27.000000000 +0000 +++ webkitgtk-2.4.11/debian/rules 2016-07-08 00:37:00.000000000 +0000 @@ -45,7 +45,7 @@ endif # disable jit on some architectures (bug #651636) -ifneq (,$(filter $(DEB_BUILD_ARCH),armel mips mipsel)) +ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel)) COMMON_CONFIGURE_ARGUMENTS += --disable-jit endif