X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by lists.alpinelinux.org (Postfix) with ESMTP id A8F905C4DCD for ; Thu, 4 Jan 2018 12:43:43 +0000 (GMT) Received: from localhost.localdomain (unknown [82.236.42.167]) (Authenticated sender: mvertes) by smtp4-g21.free.fr (Postfix) with ESMTPSA id E470419F5AC; Thu, 4 Jan 2018 13:43:38 +0100 (CET) From: Marc Vertes To: alpine-aports@lists.alpinelinux.org Cc: Marc Vertes Subject: [alpine-aports] [PATCH] community/wiredtiger: fix to enable verbose messages as required by mongodb-3.6 Date: Thu, 4 Jan 2018 12:43:25 +0000 Message-Id: <20180104124325.31697-1-mvertes@free.fr> X-Mailer: git-send-email 2.15.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/wiredtiger/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/wiredtiger/APKBUILD b/community/wiredtiger/APKBUILD index d8ff9b25a8..1c0bbec53c 100644 --- a/community/wiredtiger/APKBUILD +++ b/community/wiredtiger/APKBUILD @@ -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 -- 2.15.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---