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:
parent
65eb57a59a
commit
7697e86a75
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'wiredtiger'
|
# Template file for 'wiredtiger'
|
||||||
pkgname=wiredtiger
|
pkgname=wiredtiger
|
||||||
version=2.9.3
|
version=2.9.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
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"
|
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>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://source.wiredtiger.com/"
|
homepage="http://source.wiredtiger.com/"
|
||||||
|
|
Loading…
Reference in New Issue