diff options
author | tron <tron@pkgsrc.org> | 2008-09-10 09:51:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-09-10 09:51:04 +0000 |
commit | d9d02434879cfa8f55103d94c792ec824a120d62 (patch) | |
tree | 709660873281e8fb23262264049582fb9fae4d5a /databases | |
parent | 0f3aaeb12514b5bfd7f95723f47e5b00d8a438ec (diff) | |
download | pkgsrc-d9d02434879cfa8f55103d94c792ec824a120d62.tar.gz |
Add a comment which explains why we use the "db46" package under
certain versions of NetBSD.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/openldap-server/options.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/openldap-server/options.mk b/databases/openldap-server/options.mk index 480a49807ea..4f399ae43ec 100644 --- a/databases/openldap-server/options.mk +++ b/databases/openldap-server/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2008/09/09 22:25:02 tron Exp $ +# $NetBSD: options.mk,v 1.7 2008/09/10 09:51:04 tron Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6 smbk5pwd @@ -19,6 +19,9 @@ PKG_SUGGESTED_OPTIONS= bdb . if !empty(MACHINE_PLATFORM:MNetBSD-[0-4].*-*) && \ empty(MACHINE_PLATFORM:MNetBSD-4.99.*-*) . include "../../databases/db46/buildlink3.mk" +# "slapd" locks up when used with Berkley DB 4.7.x on a NetBSD system which +# uses SA based POSIX threads. We therefore use the "db46" package with +# version 4.6.x of Berkley DB. Please look at PR pkg/39500 for more details. BDB_TYPE= db46 . else BDB_ACCEPTED= db4 # db3? |