community/mongodb fix

This commit is contained in:
Kevin Mihelich 2015-04-02 23:14:17 +00:00
parent e91ea3c208
commit 65c1e7c64f

View file

@ -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)