aboutsummaryrefslogtreecommitdiffstats
path: root/community/qt5-qtbase
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-07-03 09:40:48 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-07-03 09:59:46 +0000
commit84ffb30d072f9bee133cb9d901d9b793522e0f0d (patch)
tree3d251ff82ca470c343d021c73f4ca698e12b641c /community/qt5-qtbase
parent99442b37013e02391f16a7f5f6a56638bf3f2384 (diff)
community/qt5-qtbase: disable precompiled headers
Diffstat (limited to 'community/qt5-qtbase')
-rw-r--r--community/qt5-qtbase/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/qt5-qtbase/APKBUILD b/community/qt5-qtbase/APKBUILD
index bb3605190b9..f7eecada684 100644
--- a/community/qt5-qtbase/APKBUILD
+++ b/community/qt5-qtbase/APKBUILD
@@ -6,7 +6,7 @@ _ver=${_ver/_/-}
_ver=${_ver/beta0/beta}
_ver=${_ver/rc0/rc}
_V=${_ver/rc/RC}
-pkgrel=2
+pkgrel=3
pkgdesc="Qt5 - QtBase components"
url="http://qt-project.org/"
arch="all"
@@ -99,6 +99,7 @@ build() {
-libexecdir "$_qt5_prefix"/libexec \
-no-rpath \
-no-separate-debug-info \
+ -no-pch \
-nomake examples \
-opengl \
-openssl-linked \