[SCM] QtWebKit packaging branch, master, updated. debian/2.2.1-7-53-g03fb5cb

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Sep 3 03:40:53 UTC 2014


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

The following commit has been merged in the master branch:
commit c48f8a565b2aa797656c12192cdcd0d00dfb7c31
Author: Andreas Cord-Landwehr <cola at uni-paderborn.de>
Date:   Wed Aug 20 23:41:02 2014 +0200

    Do not enforce SSE2 on all platforms.
    
    Picked patch from Ubuntu packaging.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5b3d881..50d2902 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,12 @@ override_dh_auto_configure:
 	true
 
 override_dh_auto_build:
+#disable forcing SSE2 on all other platforms
+ifneq (,$(filter arm64 powerpc ppc64el armhf,$(DEB_HOST_ARCH)))
 	./Tools/Scripts/build-webkit --qt
+else
+	./Tools/Scripts/build-webkit --qt --no-force-sse2
+endif
 
 override_dh_auto_install:
 	dh_auto_install -- INSTALL_ROOT=$(CURDIR)/debian/tmp -C WebKitBuild/Release install

-- 
QtWebKit packaging



More information about the pkg-kde-commits mailing list