mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/wiredtiger: fix to enable verbose messages as required by mongodb-3.6
This commit is contained in:
parent
3192fbde38
commit
52af88284d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user