mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/qt6-webengine to 6.4.2-3
This commit is contained in:
parent
928bb1faa3
commit
9fe24abe31
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ highmem=1
|
|||
pkgname=qt6-webengine
|
||||
_qtver=6.4.2
|
||||
pkgver=${_qtver/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=(x86_64)
|
||||
url='https://www.qt.io'
|
||||
license=(GPL3 LGPL3 FDL custom)
|
||||
|
@ -34,8 +34,8 @@ prepare() {
|
|||
cd $_pkgfn
|
||||
|
||||
if [[ $CARCH == "armv7h" ]]; then
|
||||
export MAKEFLAGS="-j4"
|
||||
export ALARM_NINJA_JOBS="2"
|
||||
export MAKEFLAGS="-j1"
|
||||
export ALARM_NINJA_JOBS="1"
|
||||
fi
|
||||
cd "$srcdir/$_pkgfn/src/3rdparty"
|
||||
patch -p1 -i ${srcdir}/0001-ARM-toolchain-fixes.patch
|
||||
|
|
Loading…
Reference in a new issue