From 782296405ba9df1bfcf02f5423c2cac793c0cbe1 Mon Sep 17 00:00:00 2001 From: ghen Date: Thu, 8 Jun 2006 15:30:03 +0000 Subject: "make test" only makes sense for openldap-server with bdb/hdb enabled. --- databases/openldap-server/options.mk | 3 ++- databases/openldap/Makefile.common | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'databases') diff --git a/databases/openldap-server/options.mk b/databases/openldap-server/options.mk index c71ad9fdf12..bffa8e6e4db 100644 --- a/databases/openldap-server/options.mk +++ b/databases/openldap-server/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2006/05/31 18:18:36 ghen Exp $ +# $NetBSD: options.mk,v 1.2 2006/06/08 15:30:03 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6 @@ -22,6 +22,7 @@ BDB_ACCEPTED= db4 # db3? BDB_TYPE?= none .if ${BDB_TYPE} != "none" CONFIGURE_ARGS+= --enable-bdb --enable-hdb +TEST_TARGET= test .else CONFIGURE_ARGS+= --disable-bdb --disable-hdb .endif diff --git a/databases/openldap/Makefile.common b/databases/openldap/Makefile.common index d546281b88e..56b0c62a7e0 100644 --- a/databases/openldap/Makefile.common +++ b/databases/openldap/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2006/06/07 15:48:29 ghen Exp $ +# $NetBSD: Makefile.common,v 1.4 2006/06/08 15:30:03 ghen Exp $ # please stick to the "stable" releases as much as possible! DISTNAME= openldap-2.3.24 @@ -18,7 +18,6 @@ FILESDIR= ${.CURDIR}/../../databases/openldap/files USE_LIBTOOL= yes GNU_CONFIGURE= yes -TEST_TARGET= test MAKE_ENV+= LIBMODE=${LIBMODE:Q} -- cgit v1.2.3