[SCM] qtbase packaging branch, master, updated. debian/5.3.2+dfsg-2-2-g7310c60
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Wed Sep 24 22:50:00 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=7310c60
The following commit has been merged in the master branch:
commit 7310c60733f0123c0d367382dd1ecf5c5811f17d
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Wed Sep 24 19:49:42 2014 -0300
Do not use precompiled headers on arm64 (Closes: #762702).
---
debian/changelog | 3 +++
debian/rules | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 9759c11..6815d48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtbase-opensource-src (5.3.2+dfsg-3) UNRELEASED; urgency=medium
+ [ Lisandro Damián Nicanor Pérez Meyer ]
+ * Do not use precompiled headers on arm64 (Closes: #762702).
+
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Wed, 24 Sep 2014 19:48:04 -0300
qtbase-opensource-src (5.3.2+dfsg-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index e71d5a5..39e6c81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ else
extra_configure_opts += -no-sql-ibase
endif
-no_pch_architectures := none
+no_pch_architectures := arm64
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
extra_configure_opts += -no-pch
endif
--
qtbase packaging
More information about the pkg-kde-commits
mailing list