mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mongodb fix
This commit is contained in:
parent
e91ea3c208
commit
65c1e7c64f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
# - build -j2 (RAM constraints)
|
||||
# - use system v8 (older 3.16 package)
|
||||
# - ARM patches
|
||||
# - disable WiredTiger storage engine (FTBFS)
|
||||
|
||||
pkgname=mongodb
|
||||
pkgver=3.0.1
|
||||
|
@ -43,6 +44,7 @@ _scons_args=(
|
|||
--ssl
|
||||
--disable-warnings-as-errors
|
||||
--use-system-v8
|
||||
--wiredtiger=off
|
||||
LIBS=atomic
|
||||
)
|
||||
# --use-system-yaml (Doesn't compile)
|
||||
|
|
Loading…
Reference in a new issue