From 03c30e9f2d41929f69d865a946d1a705edfe067d Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Thu, 14 Apr 2016 09:45:47 +0200 Subject: testing/mongodb: use wiredtiger from system instead of internal This requires wiretiger-2.8.0. Previous 2.7.0 was causing problems when dropping collections which are now fixed in 2.8.0. --- testing/mongodb/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'testing') 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 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 \ " -- cgit v1.2.3