pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap USE_DB185=no; should fix build fail...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9ab471294fb9
branches:  trunk
changeset: 483555:9ab471294fb9
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Nov 15 00:55:25 2004 +0000

description:
USE_DB185=no; should fix build failure reported on tech-pkg by
<mlh%goathill.org@localhost>.

diffstat:

 databases/openldap/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8e7d0b92ab7b -r 9ab471294fb9 databases/openldap/options.mk
--- a/databases/openldap/options.mk     Sun Nov 14 23:40:06 2004 +0000
+++ b/databases/openldap/options.mk     Mon Nov 15 00:55:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2004/11/08 18:42:09 tv Exp $
+# $NetBSD: options.mk,v 1.6 2004/11/15 00:55:25 tv Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.openldap
 PKG_SUPPORTED_OPTIONS= bdb dynamic kerberos sasl slp
@@ -10,6 +10,7 @@
 ### Whether to build with the Berkeley DB based slapd backends.
 ###
 .if !empty(PKG_OPTIONS:Mbdb)
+USE_DB185=             no
 BDB_ACCEPTED=          db4 # db3?
 .  include "../../mk/bdb.buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-bdb --enable-hdb



Home | Main Index | Thread Index | Old Index