community/mongodb to 2.6.1-2

This commit is contained in:
Kevin Mihelich 2014-05-17 04:07:21 +00:00
parent 4cd4a53603
commit 3d0970de07

View file

@ -12,7 +12,7 @@
pkgname=mongodb
pkgver=2.6.1
pkgrel=1
pkgrel=2
pkgdesc='A high-performance, open source, schema-free document-oriented database'
arch=('i686' 'x86_64')
url='http://www.mongodb.org'
@ -56,7 +56,14 @@ check() {
cd mongodb-src-r${pkgver}
scons smokeAll --smokedbprefix=$srcdir || :
scons smokeAll \
--use-system-pcre \
--use-system-snappy \
--use-system-tcmalloc \
--use-sasl-client \
--use-system-boost \
--ssl \
--smokedbprefix="$srcdir" || :
}
package() {