[SCM] qtbase packaging branch, ubuntu, updated. ubuntu/5.7.1+dfsg-2ubuntu1-3-ge357413

Timo Jyrinki timo at moszumanska.debian.org
Mon Jan 23 11:04:26 UTC 2017


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

The following commit has been merged in the ubuntu branch:
commit b7fb02daae260eb350d52e212c29ee903b30ff3b
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Mon Jan 16 09:26:18 2017 +0000

    Disable gold linker also on arm64 and ppc64el (LP: #1656431)
---
 debian/changelog | 2 +-
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c7ee332..d65461f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 qtbase-opensource-src (5.7.1+dfsg-2ubuntu2) UNRELEASED; urgency=medium
 
-  * 
+  * Disable gold linker also on arm64 and ppc64el (LP: #1656431)
 
  -- Timo Jyrinki <timo-jyrinki at ubuntu.com>  Mon, 16 Jan 2017 09:23:57 +0000
 
diff --git a/debian/rules b/debian/rules
index 0e75fd3..fcdc3ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ endif
 # Run tests only on archs known to pass in the past
 testrun_architectures := amd64 armhf i386
 
-nogoldlinker_architectures := powerpc armhf amd64
+nogoldlinker_architectures := powerpc armhf amd64 ppc64el arm64
 
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(nogoldlinker_architectures)))
 	extra_configure_opts += -no-use-gold-linker

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list