diff -Nru webkit2gtk-2.18.3/debian/changelog webkit2gtk-2.18.3/debian/changelog --- webkit2gtk-2.18.3/debian/changelog 2017-11-11 12:26:11.000000000 +0000 +++ webkit2gtk-2.18.3/debian/changelog 2017-11-23 17:51:27.000000000 +0000 @@ -1,3 +1,11 @@ +webkit2gtk (2.18.3-1+rpi1) buster-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) + + -- Peter Michael Green Thu, 23 Nov 2017 17:51:27 +0000 + webkit2gtk (2.18.3-1) unstable; urgency=high * New upstream release. diff -Nru webkit2gtk-2.18.3/debian/rules webkit2gtk-2.18.3/debian/rules --- webkit2gtk-2.18.3/debian/rules 2017-11-11 12:26:11.000000000 +0000 +++ webkit2gtk-2.18.3/debian/rules 2017-11-23 17:51:05.000000000 +0000 @@ -25,7 +25,7 @@ CFLAGS := $(CFLAGS:-g=-g1) endif -ifeq (,$(filter $(DEB_HOST_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64 armhf arm64)) +ifeq (,$(filter $(DEB_HOST_ARCH),i386 amd64 hurd-i386 kfreebsd-i386 kfreebsd-amd64 arm64)) EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF endif