summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules2
2 files changed, 5 insertions, 1 deletions
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 <debian-qt-kde@lists.debian.org> 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