Skip to content
Snippets Groups Projects
Commit 52af8828 authored by Marc Vertes's avatar Marc Vertes Committed by Leonardo Arena
Browse files

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

parent 3192fbde
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
pkgname=wiredtiger pkgname=wiredtiger
mongodb_version=3.6.0 mongodb_version=3.6.0
pkgver=2.9.3.$mongodb_version pkgver=2.9.3.$mongodb_version
pkgrel=0 pkgrel=1
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management" pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
url="http://www.wiredtiger.com" url="http://www.wiredtiger.com"
arch="x86_64" arch="x86_64"
...@@ -39,6 +39,7 @@ build() { ...@@ -39,6 +39,7 @@ build() {
cd "$_builddir" cd "$_builddir"
./configure --prefix=/usr \ ./configure --prefix=/usr \
--disable-static \ --disable-static \
--enable-verbose \
--enable-lz4 \ --enable-lz4 \
--with-builtins=zlib,snappy \ --with-builtins=zlib,snappy \
|| return 1 || return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment