mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/qt5-base: fix
This commit is contained in:
parent
40a2dd3527
commit
02da4e4898
1 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# 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
|
||||
# - -no-feature-getentropy for old kernel compatibility
|
||||
|
||||
pkgbase=qt5-base
|
||||
pkgname=(qt5-base qt5-xcb-private-headers)
|
||||
|
@ -79,7 +79,6 @@ build() {
|
|||
-no-sse4.2 \
|
||||
-no-avx \
|
||||
-no-avx2 \
|
||||
-no-feature-renameat2 \
|
||||
-no-feature-getentropy
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue