From 2db5464576119405a9be5ffdf3ccd83158b1ed80 Mon Sep 17 00:00:00 2001 From: Lisandro Damián Nicanor Pérez Meyer Date: Tue, 11 Mar 2014 12:39:33 -0300 Subject: Also add ppc64 to the list of non-pch build archs. --- debian/changelog | 4 ++++ debian/rules | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0812b1b..16440ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ qt4-x11 (4:4.8.5+git242-g0315971+dfsg-3) UNRELEASED; urgency=medium + [ Lisandro Damián Nicanor Pérez Meyer ] + * Also add ppc64 to the list of non-pch build archs. Thanks Hiroyuki Yamamoto + for the tip. + -- Debian Qt/KDE Maintainers Tue, 11 Mar 2014 12:38:06 -0300 qt4-x11 (4:4.8.5+git242-g0315971+dfsg-2) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 1b34ffc..a7ff6f1 100755 --- a/debian/rules +++ b/debian/rules @@ -82,7 +82,7 @@ else endif endif -no_pch_architectures := armhf ia64 powerpc +no_pch_architectures := armhf ia64 powerpc ppc64 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures))) extra_configure_opts += -no-pch endif -- cgit v1.2.3