diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 11:51:29 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-08 11:51:46 +0000 |
| commit | 596fad074a57f889e292d4f9a855e5f3ff74682c (patch) | |
| tree | 4a748ad08b876b6f3788f24d688f18243fc07a9c | |
| parent | af5b31b42ba8771ed35eb50d72ca25703506d48a (diff) | |
| download | aports-596fad074a57f889e292d4f9a855e5f3ff74682c.tar.bz2 aports-596fad074a57f889e292d4f9a855e5f3ff74682c.tar.xz | |
community/qt: fix build by disable jit
| -rw-r--r-- | community/qt/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/qt/APKBUILD b/community/qt/APKBUILD index 35443cba69..c53d944274 100644 --- a/community/qt/APKBUILD +++ b/community/qt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=qt pkgver=4.8.7 -pkgrel=11 +pkgrel=12 pkgdesc="A cross-platform application and UI framework" url="http://qt-project.org/" arch="all" @@ -73,6 +73,7 @@ build() { -demosdir /usr/share/doc/qt/demos \ -largefile \ -no-pch \ + -no-javascript-jit \ -plugin-sql-psql \ -plugin-sql-mysql \ -plugin-sql-sqlite \ |
