diff -Nru webkitgtk-2.4.11/debian/changelog webkitgtk-2.4.11/debian/changelog
--- webkitgtk-2.4.11/debian/changelog	2016-04-10 17:46:22.000000000 +0000
+++ webkitgtk-2.4.11/debian/changelog	2016-05-19 16:24:11.000000000 +0000
@@ -1,3 +1,10 @@
+webkitgtk (2.4.11-1+rpi1) stretch-staging; urgency=medium
+
+  [changes brought forward from 2.4.7-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Wed, 10 Dec 2014 08:17:47 +0000]
+  * Disable jit, it's broken on armv6.
+
+ -- Raspbian forward porter <root@raspbian.org>  Thu, 19 May 2016 16:24:11 +0000
+
 webkitgtk (2.4.11-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru webkitgtk-2.4.11/debian/rules webkitgtk-2.4.11/debian/rules
--- webkitgtk-2.4.11/debian/rules	2016-04-10 17:46:22.000000000 +0000
+++ webkitgtk-2.4.11/debian/rules	2016-05-19 16:24:11.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