* Disable javascript JIT as it doesn't appear to be armv6 compatible
(at least I assume that is the cause of the assembler errors)
+ [changes introduced in 2.48.0-1+rpi1 by Peter Michael Green]
+ * Use gcc not clang.
+
-- Peter Michael Green <plugwash@raspbian.org> Thu, 03 Apr 2025 16:19:18 +0000
webkit2gtk (2.48.0-1) unstable; urgency=medium
# Skia strongly recommends using clang
# https://skia.org/docs/user/build/#supported-and-preferred-compilers
-ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armel armhf ppc64el riscv64 s390x))
- EXTRA_CMAKE_ARGUMENTS += \
- -DCMAKE_C_COMPILER=clang \
- -DCMAKE_CXX_COMPILER=clang++
-endif
+#ifneq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armel armhf ppc64el riscv64 s390x))
+# EXTRA_CMAKE_ARGUMENTS += \
+# -DCMAKE_C_COMPILER=clang \
+# -DCMAKE_CXX_COMPILER=clang++
+#endif
# Sacrifice speed in order to make it more likely resource limits
# won't be hit.