mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - -no-reduce-relocations -- not available on ARM
|
# - -no-reduce-relocations -- not available on ARM
|
||||||
# - explicitly disable x86 optimizations
|
# - explicitly disable x86 optimizations
|
||||||
# - -no-feature-renameat2 -no-feature-getentropy for old kernel compatibility
|
# - -no-feature-getentropy for old kernel compatibility
|
||||||
|
|
||||||
pkgbase=qt5-base
|
pkgbase=qt5-base
|
||||||
pkgname=(qt5-base qt5-xcb-private-headers)
|
pkgname=(qt5-base qt5-xcb-private-headers)
|
||||||
|
@ -79,7 +79,6 @@ build() {
|
||||||
-no-sse4.2 \
|
-no-sse4.2 \
|
||||||
-no-avx \
|
-no-avx \
|
||||||
-no-avx2 \
|
-no-avx2 \
|
||||||
-no-feature-renameat2 \
|
|
||||||
-no-feature-getentropy
|
-no-feature-getentropy
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue