[SCM] qt5webkit packaging branch, qtwebkit-ng, updated. debian/5.9.1+dfsg-5-23-g01905aa

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Aug 28 11:15:51 UTC 2017


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

The following commit has been merged in the qtwebkit-ng branch:
commit 00f6e25ef26ed1e5af48a8a5e740ce322728ab99
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Aug 27 23:35:53 2017 +0300

    Disable the use of gold linker (causes problems at least on i386).
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5019253..a198bd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qtwebkit-opensource-src (5.212.0~alpha2-1) UNRELEASED; urgency=medium
   * Add a patch to hide WebCore and JSCore symbols from libQt5WebKit.so.5.
   * Update libqt5webkit5.symbols from the current ppc64el build log.
   * Add a patch to properly detect whether OpenGL ES 2 should be used.
+  * Disable the use of gold linker (causes problems at least on i386).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 25 Aug 2017 20:50:49 +0300
 
diff --git a/debian/rules b/debian/rules
index dc515ee..a607b19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ endif
 	dh $@ --buildsystem=cmake --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	dh_auto_configure -- -G Ninja -DPORT=Qt $(EXTRA_CMAKE_ARGUMENTS)
+	dh_auto_configure -- -G Ninja -DPORT=Qt -DUSE_LD_GOLD=OFF $(EXTRA_CMAKE_ARGUMENTS)
 
 override_dh_auto_build-arch:
 	dh_auto_build --builddirectory=obj-$(DEB_HOST_GNU_TYPE) -O--buildsystem=ninja

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list