diff -Nru webkit2gtk-2.26.1/debian/changelog webkit2gtk-2.26.1/debian/changelog --- webkit2gtk-2.26.1/debian/changelog 2019-11-04 09:08:53.000000000 +0000 +++ webkit2gtk-2.26.1/debian/changelog 2019-11-05 19:28:53.000000000 +0000 @@ -1,3 +1,11 @@ +webkit2gtk (2.26.1-3~deb10u1+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) + + -- Raspbian forward porter Tue, 05 Nov 2019 19:28:53 +0000 + webkit2gtk (2.26.1-3~deb10u1) buster-security; urgency=high * Rebuild for buster-security. diff -Nru webkit2gtk-2.26.1/debian/rules webkit2gtk-2.26.1/debian/rules --- webkit2gtk-2.26.1/debian/rules 2019-11-04 09:08:53.000000000 +0000 +++ webkit2gtk-2.26.1/debian/rules 2019-11-05 19:28:53.000000000 +0000 @@ -39,6 +39,11 @@ CFLAGS := $(CFLAGS:-O2=-O1) endif +# https://bugs.webkit.org/show_bug.cgi?id=188862 +ifneq (,$(filter $(DEB_HOST_ARCH),armel armhf)) + EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF +endif + ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) EXTRA_CMAKE_ARGUMENTS += -DUSE_SYSTEM_MALLOC=ON CPPFLAGS += -DRELEASE_WITHOUT_OPTIMIZATIONS