diff -Nru webkit2gtk-2.8.5+dfsg1/debian/changelog webkit2gtk-2.8.5+dfsg1/debian/changelog --- webkit2gtk-2.8.5+dfsg1/debian/changelog 2015-09-10 12:03:47.000000000 +0000 +++ webkit2gtk-2.8.5+dfsg1/debian/changelog 2015-09-16 19:37:27.000000000 +0000 @@ -1,3 +1,11 @@ +webkit2gtk (2.8.5+dfsg1-3+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 2.6.2+dfsg1-3+rpi1 by Peter Michael Green at Sun, 25 Jan 2015 02:14:50 +0000] + * Disable javascript JIT as it doesn't appear to be armv6 compatible + (at least I assume that is the cause of the assembler errors) + + -- Raspbian forward porter Wed, 16 Sep 2015 19:37:26 +0000 + webkit2gtk (2.8.5+dfsg1-3) unstable; urgency=medium * debian/rules: diff -Nru webkit2gtk-2.8.5+dfsg1/debian/rules webkit2gtk-2.8.5+dfsg1/debian/rules --- webkit2gtk-2.8.5+dfsg1/debian/rules 2015-09-10 12:03:47.000000000 +0000 +++ webkit2gtk-2.8.5+dfsg1/debian/rules 2015-09-16 19:37:27.000000000 +0000 @@ -38,7 +38,7 @@ endif # See https://bugs.webkit.org/show_bug.cgi?id=113638 -ifeq (,$(filter $(DEB_BUILD_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64 armhf)) +ifeq (,$(filter $(DEB_BUILD_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64)) EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF CPPFLAGS += -DENABLE_YARR_JIT=0 -DENABLE_ASSEMBLER=0 endif