summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-11 12:39:33 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-11 12:39:33 -0300
commit2db5464576119405a9be5ffdf3ccd83158b1ed80 (patch)
tree1c020249ea751a14ac745ea6cbff21013a90ff3c
parenta9b8761874ddbde4a114257677360050697e2770 (diff)
downloadqt4-x11-2db5464576119405a9be5ffdf3ccd83158b1ed80.tar.gz
Also add ppc64 to the list of non-pch build archs.
-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