diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-03 09:40:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-03 09:59:46 +0000 |
commit | 84ffb30d072f9bee133cb9d901d9b793522e0f0d (patch) | |
tree | 3d251ff82ca470c343d021c73f4ca698e12b641c /community/qt5-qtbase | |
parent | 99442b37013e02391f16a7f5f6a56638bf3f2384 (diff) | |
download | aports-84ffb30d072f9bee133cb9d901d9b793522e0f0d.tar.bz2 aports-84ffb30d072f9bee133cb9d901d9b793522e0f0d.tar.xz |
community/qt5-qtbase: disable precompiled headers
Diffstat (limited to 'community/qt5-qtbase')
-rw-r--r-- | community/qt5-qtbase/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/qt5-qtbase/APKBUILD b/community/qt5-qtbase/APKBUILD index bb3605190b..f7eecada68 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 \ |