mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mongodb: use -j2
This commit is contained in:
parent
57d30d955e
commit
ae6c6dbde1
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# Contributor: Alec Thomas
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - build -j3 (RAM constraints)
|
||||
# - build -j2 (RAM constraints)
|
||||
# - use system v8 (older 3.16 package)
|
||||
# - ARM patches
|
||||
|
||||
|
@ -27,7 +27,7 @@ source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz"
|
|||
'mongodb.conf' 'mongodb.service' 'removeWerror.patch'
|
||||
'0006-Fix-ARM-alignment-problems.patch')
|
||||
|
||||
MAKEFLAGS="-j3"
|
||||
MAKEFLAGS="-j2"
|
||||
|
||||
build() {
|
||||
# fucking mongo aint no fun to package
|
||||
|
|
Loading…
Reference in a new issue