From 060f61a36e258b015dea5bffb2fbd88452b4cc2a Mon Sep 17 00:00:00 2001 From: fhajny Date: Fri, 26 Feb 2016 16:03:09 +0000 Subject: Add note about databases/wiredtiger --- databases/mongodb/options.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'databases') diff --git a/databases/mongodb/options.mk b/databases/mongodb/options.mk index ecc50c4eb06..040dcaf11cf 100644 --- a/databases/mongodb/options.mk +++ b/databases/mongodb/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2016/02/26 12:33:26 fhajny Exp $ +# $NetBSD: options.mk,v 1.3 2016/02/26 16:03:09 fhajny Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.mongodb PKG_SUPPORTED_OPTIONS= ssl wiredtiger @@ -15,6 +15,9 @@ PKG_SUGGESTED_OPTIONS+= wiredtiger SCONS_ARGS+= --ssl .endif +# The prospect of using databases/wiredtiger is unclear yet; +# MongoDB doesn't provide guarantees for non-bundled WiredTiger: +# https://groups.google.com/forum/#!msg/mongodb-dev/31FQSo4KVCI/Fx-WtJ9fzU4J .if !empty(PKG_OPTIONS:Mwiredtiger) . if empty(MACHINE_ARCH:Mx86_64) PKG_FAIL_REASON+= "WiredTiger is not supported on 32-bit platforms" -- cgit v1.2.3