Add SQLite3 support now available in the snapshots.

This commit is contained in:
Todd Vierling 2006-01-23 14:40:52 +00:00 committed by Thomas Klausner
parent 29643b3061
commit ac9f0374e9

View file

@ -1,7 +1,7 @@
# $NetBSD: options.mk,v 1.6 2006/01/08 09:48:59 ghen Exp $
# $NetBSD: options.mk,v 1.7 2006/01/23 14:40:52 tvierling Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.dovecot
PKG_SUPPORTED_OPTIONS= gnutls inet6 ldap mysql pam pgsql ssl
PKG_SUPPORTED_OPTIONS= gnutls inet6 ldap mysql pam pgsql sqlite ssl
PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"
@ -36,6 +36,14 @@ CPPFLAGS+= -I${BUILDLINK_DIR}/include/pgsql
. include "../../mk/pgsql.buildlink3.mk"
.endif
###
### SQLite 3 support.
###
.if !empty(PKG_OPTIONS:Msqlite)
CONFIGURE_ARGS+= --with-sqlite
. include "../../databases/sqlite3/buildlink3.mk"
.endif
###
### IPv6 support.
###