Force cyrus-sasl to build with libc db even when sleepycat's db3 is

installed.
tested by: me and naddy@
ok by: maintainer
This commit is contained in:
heko 2001-09-30 13:30:23 +00:00
parent 6953d535fa
commit 73ead01589

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2001/09/30 11:49:48 jakob Exp $
# $OpenBSD: Makefile,v 1.14 2001/09/30 13:30:23 heko Exp $
COMMENT= "RFC 2222 SASL (Simple Authentication and Security Layer)"
@ -28,7 +28,8 @@ CONFIGURE_ARGS+= --enable-static \
--enable-krb4="/usr" \
--disable-gssapi \
--includedir="${PREFIX}/include/sasl" \
--with-pwcheck="/var/pwcheck"
--with-pwcheck="/var/pwcheck" \
--with-dblib=ndbm
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/config