community/mongodb to 3.2.6-2

This commit is contained in:
Kevin Mihelich 2016-05-14 15:44:38 +00:00
parent 70a426ec14
commit 2a17010c35

View file

@ -17,7 +17,7 @@ buildarch=28
pkgname=mongodb
pkgver=3.2.6
pkgrel=1.1
pkgrel=2
pkgdesc='A high-performance, open source, schema-free document-oriented database'
arch=('i686' 'x86_64')
url='http://www.mongodb.org'
@ -76,6 +76,9 @@ fi
prepare() {
cd mongodb-src-r${pkgver}
patch -Np1 -i ../boost160.patch
sed -e 's|-std=c++11|-std=gnu++11|g' -i SConstruct # tests use hex floats, not supported in plain C++
patch -p1 -i ../0001-mozjs-platform-support-for-ARM.patch
patch -p1 -i ../0002-issue-693-convert-sys_futex-to-it-s-6-arg-form.patch
patch -p1 -i ../0003-issue-693-enable-futex-usage-on-arm.patch