mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +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
|
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() {
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user