[SCM] qt5webkit packaging branch, experimental, updated. debian/5.212.0_alpha2-1
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Aug 29 10:50:52 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 experimental 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