diff options
-rw-r--r-- | testing/mongodb/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/mongodb/APKBUILD b/testing/mongodb/APKBUILD index 39e03b92d9..236b975992 100644 --- a/testing/mongodb/APKBUILD +++ b/testing/mongodb/APKBUILD @@ -2,14 +2,14 @@ # Contributor: Marc Vertes <marc.vertes@ugrid.net> pkgname=mongodb pkgver=3.2.4 -pkgrel=1 +pkgrel=2 pkgdesc='A high-performance, open source, schema-free document-oriented database' url='http://www.mongodb.org' arch='x86_64' license='AGPL3' pkgusers="mongodb" depends= -depends_dev="scons openssl-dev pcre-dev snappy-dev boost-dev asio-dev libpcap-dev" +depends_dev="scons openssl-dev pcre-dev snappy-dev boost-dev asio-dev libpcap-dev wiredtiger-dev" makedepends="$depends_dev" install="$pkgname.pre-install" source="http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz @@ -48,6 +48,7 @@ _buildopts=" --disable-warnings-as-errors \ --use-system-boost \ --use-system-pcre \ + --use-system-wiredtiger \ --use-system-snappy \ --use-system-zlib \ " |