diff options
Diffstat (limited to 'community/qt5-qtbase/APKBUILD')
-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 \ |