diff options
author | Timo Teräs <timo.teras@iki.fi> | 2013-10-15 18:57:52 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2013-10-15 18:57:52 +0000 |
commit | 378b86215ddc1e81b9dcfcd1a4e19a995a39345f (patch) | |
tree | 4c5887ec16067d1d14c34625db539bc6898eab38 /main | |
parent | e014ffd621d001423878ca6c9b495fbb140492ce (diff) | |
download | aports-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')
-rw-r--r-- | main/qt/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/qt/APKBUILD b/main/qt/APKBUILD index 1dfa257edd..5723ead925 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 \ |