[SCM] qt5webkit packaging branch, experimental, updated. debian/5.212.0_alpha2-1-6-g5debd0d

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Sep 16 19:21:50 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt5webkit.git;a=commitdiff;h=bb3c1b4

The following commit has been merged in the experimental branch:
commit bb3c1b4cd674400d63df7045af547e06e7a8252d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Sep 16 11:28:00 2017 +0300

    Disable JIT on sh4, it is broken and support was removed upstream.
    
    See https://bugs.webkit.org/show_bug.cgi?id=166640.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5b1a518..262ccb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-2) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Add -DNDEBUG to CPPFLAGS to disable debug output.
   * Use -g1 on less powerful architectures instead of no debug at all.
+  * Disable JIT on sh4, it is broken and support was removed upstream.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 13 Sep 2017 18:44:14 +0300
 
diff --git a/debian/rules b/debian/rules
index 58a1b61..53e71da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ ifeq (,$(filter $(DEB_HOST_ARCH_CPU),ppc64 ppc64el s390x))
 endif
 
 # JIT is only supported on x86 / armhf / aarch64 / mips32
-ifeq (,$(filter $(DEB_HOST_ARCH_CPU),amd64 arm64 armhf i386 mips mipsel sh4))
+ifeq (,$(filter $(DEB_HOST_ARCH_CPU),amd64 arm64 armhf i386 mips mipsel))
 	EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF
 endif
 

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list