wiredtiger: enable verbose for wiredtiger_open

MongoDB has WiredTiger as a dependency and needs this flag enabled,
otherwise it won't run with "storage.engine: wiredTiger".

Also correct spelling of the description.
This commit is contained in:
1 2018-10-16 04:55:41 +02:00 committed by Enno Boland
parent 65eb57a59a
commit 7697e86a75
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'wiredtiger'
pkgname=wiredtiger
version=2.9.3
revision=2
revision=3
build_style=gnu-configure
configure_args="--enable-zlib --enable-lz4 --enable-snappy"
configure_args="--enable-verbose --enable-zlib --enable-lz4 --enable-snappy"
makedepends="zlib-devel liblz4-devel snappy-devel"
short_desc="an high performance, scalable, platform for data management"
short_desc="High performance, scalable, platform for data management"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-3"
homepage="http://source.wiredtiger.com/"