From 5d827545b70fd48aab60a579d7449e662561d9c2 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Fri, 8 Jul 2016 13:17:35 +0000 Subject: [PATCH] --without-sqlite so that we don't pick up sqlite2 from ports. reported by nigel@ --- security/cyrus-sasl2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index c2c3e414177..1119db9aa2d 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 2016/06/17 09:43:35 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.91 2016/07/08 13:17:35 ajacoutot Exp $ COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) @@ -28,6 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CONFIGURE_ARGS= --enable-sql \ --enable-static \ --without-pam \ + --without-sqlite \ --with-saslauthd="/var/sasl2" \ --with-sqlite3 \ --with-plugindir=${PREFIX}/lib/sasl2 \