[SCM] qt5webkit packaging branch, master, updated. debian/5.212.0_alpha2-5-4-g6b4d88d

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Nov 11 10:41:06 UTC 2017


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

The following commit has been merged in the master branch:
commit eac2436a5b33f28c2e60131655651094fe8de517
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Nov 11 13:20:56 2017 +0300

    Fix for the previous commit: make sure JIT is enabled on Hurd and kFreeBSD.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cf46c09..b3afa15 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH_CPU),mips mipsel))
 endif
 
 # JIT is only supported on x86 / armhf / aarch64 / mips32
-ifeq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armhf i386 mips mipsel))
+ifeq (,$(filter $(DEB_HOST_ARCH),amd64 arm64 armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel))
 	EXTRA_CMAKE_ARGUMENTS += -DENABLE_JIT=OFF
 endif
 

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list