diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-12 03:37:54 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-12 03:37:54 +0000 |
commit | 16510f033715d4e9f270b3016b41e366555efc81 (patch) | |
tree | c5a6f613253b341d6e1fb0f7777bc43247946a17 /databases | |
parent | 335167a6539abb1939bb198797e8988faca783bf (diff) | |
download | pkgsrc-16510f033715d4e9f270b3016b41e366555efc81.tar.gz |
Be a bit more descriptive about why the bdb option is enabled by
default, suggested by jlam@.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap/options.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/openldap/options.mk b/databases/openldap/options.mk index 51fb3580ccd..43fc4df34b7 100644 --- a/databases/openldap/options.mk +++ b/databases/openldap/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.9 2005/01/12 01:50:15 xtraeme Exp $ +# $NetBSD: options.mk,v 1.10 2005/01/12 03:37:54 xtraeme Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openldap PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp @@ -8,7 +8,11 @@ PKG_DEFAULT_OPTIONS+= bdb ### ### Whether to build with the Berkeley DB based slapd backends. +### +### NOTE: that option is enabled, because the openldap server needs +### to have local storage support to work as standalone. ### + .if !empty(PKG_OPTIONS:Mbdb) BDB_ACCEPTED= db4 # db3? . include "../../mk/bdb.buildlink3.mk" |