From 199dd9d88d57573ba3976e112c8a70fd286c3742 Mon Sep 17 00:00:00 2001 From: olgeni Date: Sun, 9 Sep 2001 08:36:59 +0000 Subject: Add the WITH_ODBC option, used to compile the optional SQL backend. --- net/openldap22/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'net/openldap22') diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index 9acd4c66a24..d866fecb29d 100644 --- a/net/openldap22/Makefile +++ b/net/openldap22/Makefile @@ -50,6 +50,11 @@ LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl CPPFLAGS+= -I${LOCALBASE}/include/sasl .endif +.if defined(WITH_ODBC) +LIB_DEPENDS+= iodbc.2:${PORTSDIR}/databases/libiodbc +CONFIGURE_ARGS+=--enable-sql +.endif + CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" -- cgit