[SCM] qtbase packaging branch, master, updated. debian/5.0.0-1-49-gb166a47

Pino Toscano pino at alioth.debian.org
Mon Apr 8 09:00:06 UTC 2013


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

The following commit has been merged in the master branch:
commit e955fb225ab9443d4f79dc4ff259dda90bd12f39
Author: Pino Toscano <pino at debian.org>
Date:   Mon Apr 8 10:59:11 2013 +0200

    centralise the pch disabling
---
 debian/rules |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0b59151..1d07e13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,8 @@ else
 	extra_configure_opts += -no-sql-ibase
 endif
 
-ifeq ($(DEB_HOST_ARCH),arm)
+no_pch_architectures := arm
+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