diff -Nru webkitgtk-2.4.9/debian/changelog webkitgtk-2.4.9/debian/changelog --- webkitgtk-2.4.9/debian/changelog 2015-06-24 14:14:55.000000000 +0000 +++ webkitgtk-2.4.9/debian/changelog 2015-07-11 20:55:08.000000000 +0000 @@ -1,3 +1,10 @@ +webkitgtk (2.4.9-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 Sat, 11 Jul 2015 20:55:07 +0000 + webkitgtk (2.4.9-2) unstable; urgency=medium [ Emilio Pozuelo Monfort ] diff -Nru webkitgtk-2.4.9/debian/rules webkitgtk-2.4.9/debian/rules --- webkitgtk-2.4.9/debian/rules 2015-06-24 14:14:55.000000000 +0000 +++ webkitgtk-2.4.9/debian/rules 2015-07-11 20:55:08.000000000 +0000 @@ -59,7 +59,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