use gcc not clang. trixie-staging archive/raspbian/2.48.0-1+rpi1 raspbian/2.48.0-1+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Tue, 8 Apr 2025 02:10:57 +0000 (02:10 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Tue, 8 Apr 2025 02:10:57 +0000 (02:10 +0000)
debian/changelog
debian/rules

index c8b76bda3bc2ce391c0910d66bd44d92f1bf7c42..d21667f4671e41736eef704b39acc957814c38f9 100644 (file)
@@ -4,6 +4,9 @@ webkit2gtk (2.48.0-1+rpi1) trixie-staging; urgency=medium
   * 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
index 81aac21a910a4cfe4f819c59e92ba8a5c595aa4e..92f08a0eee0bd939edb38192fe79c360c70e2fc6 100755 (executable)
@@ -39,11 +39,11 @@ endif
 
 # 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.