mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/qt5: reduce make jobs to prevent OOMs
This commit is contained in:
parent
1673cca2bb
commit
4bd550990c
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - removed libfbclient, ibase
|
||||
# - no x86/neon optimizations
|
||||
# - disabled distcc
|
||||
# - disabled distcc, restricted makeflags to -j2
|
||||
|
||||
highmem=1
|
||||
|
||||
|
@ -48,6 +48,8 @@ md5sums=('00a577bd88e682d1b4d01d41d1d699cf'
|
|||
build() {
|
||||
cd ${_pkgfqn}
|
||||
|
||||
MAKEFLAGS="-j2"
|
||||
|
||||
export QTDIR="${srcdir}"/${_pkgfqn}
|
||||
export LD_LIBRARY_PATH=${QTDIR}/lib:${LD_LIBRARY_PATH}
|
||||
|
||||
|
|
Loading…
Reference in a new issue