mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt5-base to 5.10.0-3.1
This commit is contained in:
parent
f7b5558790
commit
71d4681a5f
1 changed files with 5 additions and 2 deletions
|
@ -5,12 +5,13 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - -no-reduce-relocations -- not available on ARM
|
||||
# - explicitly disable x86 optimizations
|
||||
# - -no-feature-renameat2 -no-feature-getentropy for old kernel compatibility
|
||||
|
||||
pkgbase=qt5-base
|
||||
pkgname=(qt5-base qt5-xcb-private-headers)
|
||||
_qtver=5.10.0
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
arch=('x86_64')
|
||||
url='http://qt-project.org/'
|
||||
license=('GPL3' 'LGPL3' 'FDL' 'custom')
|
||||
|
@ -83,7 +84,9 @@ build() {
|
|||
-no-sse4.1 \
|
||||
-no-sse4.2 \
|
||||
-no-avx \
|
||||
-no-avx2
|
||||
-no-avx2 \
|
||||
-no-feature-renameat2 \
|
||||
-no-feature-getentropy
|
||||
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue