- webkit2gtk (2.26.1-3~deb10u1+rpi1) buster-staging; urgency=medium
++webkit2gtk (2.26.2-1~deb10+1+rpi1) buster-staging; urgency=medium
+
+ [changes brought forward from 2.6.2+dfsg1-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> 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 <root@raspbian.org> Tue, 05 Nov 2019 19:28:53 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Sun, 17 Nov 2019 09:03:35 +0000
+
- webkit2gtk (2.26.1-3~deb10u1) buster-security; urgency=high
+ webkit2gtk (2.26.2-1~deb10+1) buster-security; urgency=high
* Rebuild for buster-security.
* debian/patches/force-single-process.patch:
EXTRA_CMAKE_ARGUMENTS += -DWTF_CPU_ARM64_CORTEXA53=OFF
endif
- # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81426
- ifneq (,$(filter $(DEB_HOST_ARCH),armhf sh3 sh4 powerpc))
- 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