mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/mongodb to 3.2.6-2
This commit is contained in:
parent
70a426ec14
commit
2a17010c35
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue