community/wiredtiger: fix to enable verbose messages as required by mongodb-3.6

This commit is contained in:
Marc Vertes 2018-01-04 12:43:25 +00:00 committed by Leonardo Arena
parent 3192fbde38
commit 52af88284d

View File

@ -4,7 +4,7 @@
pkgname=wiredtiger
mongodb_version=3.6.0
pkgver=2.9.3.$mongodb_version
pkgrel=0
pkgrel=1
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
url="http://www.wiredtiger.com"
arch="x86_64"
@ -39,6 +39,7 @@ build() {
cd "$_builddir"
./configure --prefix=/usr \
--disable-static \
--enable-verbose \
--enable-lz4 \
--with-builtins=zlib,snappy \
|| return 1