diff -Nru webkitgtk-2.4.9/debian/changelog webkitgtk-2.4.9/debian/changelog
--- webkitgtk-2.4.9/debian/changelog	2015-05-20 16:25:30.000000000 +0000
+++ webkitgtk-2.4.9/debian/changelog	2015-06-13 01:59:12.000000000 +0000
@@ -1,3 +1,9 @@
+webkitgtk (2.4.9-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>  Sat, 13 Jun 2015 01:58:54 +0000
+
 webkitgtk (2.4.9-1) unstable; urgency=high
 
   * New upstream release.
diff -Nru webkitgtk-2.4.9/debian/rules webkitgtk-2.4.9/debian/rules
--- webkitgtk-2.4.9/debian/rules	2015-05-20 16:25:30.000000000 +0000
+++ webkitgtk-2.4.9/debian/rules	2015-06-13 01:59:12.000000000 +0000
@@ -58,7 +58,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