summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-10 13:10:50 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2014-03-10 13:10:50 -0300
commit9e344f1827298dceb6930a3180c92843c1d2d865 (patch)
tree000697bfbd7580449dc542fb205f8dd9f74eadf3
parent6c35249bcfbbf7dce2ee841eb13596f77237f893 (diff)
downloadqt4-x11-9e344f1827298dceb6930a3180c92843c1d2d865.tar.gz
Add powerpc to the list of archs that will not build with pch.
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 2953e93..718ab29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ qt4-x11 (4:4.8.5+git242-g0315971+dfsg-2) UNRELEASED; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* Update symbols files with buildd's logs.
+ * Add powerpc to the list of archs that will not build with precompiled
+ headers. The last upload FTBFS due to a pch problem, reproducible in a
+ porter box. I have mailed debian-powerpc informing them of the situation.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 10 Mar 2014 12:36:13 -0300
diff --git a/debian/rules b/debian/rules
index ef9a291..1b34ffc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ else
endif
endif
-no_pch_architectures := armhf ia64
+no_pch_architectures := armhf ia64 powerpc
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
extra_configure_opts += -no-pch
endif