From 40b6668b9023c9e8ac3bf906af57eb531309ce5d Mon Sep 17 00:00:00 2001 From: jakob Date: Fri, 5 Jul 2002 21:32:45 +0000 Subject: [PATCH] build correctly even though databases/db is installed --- security/cyrus-sasl2/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index 39f2bea8731..215ec9b65b0 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2002/06/22 08:55:44 jakob Exp $ +# $OpenBSD: Makefile,v 1.2 2002/07/05 21:32:45 jakob Exp $ COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)" @@ -29,6 +29,9 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} CONFIGURE_ARGS+= --with-saslauthd="/var/sasl2" \ --with-staticsasl \ + --with-dblib=ndbm \ + --without-bdb-libdir \ + --without-bdb-incdir \ --enable-login \ --enable-krb4="/usr" \ --enable-gssapi="/usr"