summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-02-26 16:03:09 +0000
committerfhajny <fhajny@pkgsrc.org>2016-02-26 16:03:09 +0000
commite7ffa803069d70cb5208df2ca4f9917519755f83 (patch)
tree550d435b01935b75d116ffc15d53aeb265d79dde
parent4135ab71e14edda7f2b8e48a3422ad0b60b394d9 (diff)
downloadpkgsrc-e7ffa803069d70cb5208df2ca4f9917519755f83.tar.gz
Add note about databases/wiredtiger
-rw-r--r--databases/mongodb/options.mk5
1 files changed, 4 insertions, 1 deletions
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"