summaryrefslogtreecommitdiffstats
path: root/main/qt
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-15 18:57:52 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-15 18:57:52 +0000
commit378b86215ddc1e81b9dcfcd1a4e19a995a39345f (patch)
tree4c5887ec16067d1d14c34625db539bc6898eab38 /main/qt
parente014ffd621d001423878ca6c9b495fbb140492ce (diff)
downloadaports-378b86215ddc1e81b9dcfcd1a4e19a995a39345f.tar.bz2
aports-378b86215ddc1e81b9dcfcd1a4e19a995a39345f.tar.xz
main/qt: fix arm build
seems that pch is somehow broken, or something wrong with the parallel build if there's slow cpu.
Diffstat (limited to 'main/qt')
-rw-r--r--main/qt/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD
index 1dfa257ed..5723ead92 100644
--- a/main/qt/APKBUILD
+++ b/main/qt/APKBUILD
@@ -64,6 +64,7 @@ build() {
-examplesdir /usr/share/doc/qt/examples \
-demosdir /usr/share/doc/qt/demos \
-largefile \
+ -no-pch \
-plugin-sql-psql \
-plugin-sql-mysql \
-plugin-sql-sqlite \