diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-09-09 16:36:59 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-09-09 16:36:59 +0800 |
commit | 199dd9d88d57573ba3976e112c8a70fd286c3742 (patch) | |
tree | 5621d4c638ca5774638d3563dc2aa88f4c3e0d9e /net | |
parent | 9c3d64ba12389595a0b9a3e54a9d998d3248d9c8 (diff) | |
download | freebsd-ports-gnome-199dd9d88d57573ba3976e112c8a70fd286c3742.tar.gz freebsd-ports-gnome-199dd9d88d57573ba3976e112c8a70fd286c3742.tar.zst freebsd-ports-gnome-199dd9d88d57573ba3976e112c8a70fd286c3742.zip |
Add the WITH_ODBC option, used to compile the optional SQL backend.
Diffstat (limited to 'net')
-rw-r--r-- | net/openldap2/Makefile | 5 | ||||
-rw-r--r-- | net/openldap20-server/Makefile | 5 | ||||
-rw-r--r-- | net/openldap20/Makefile | 5 | ||||
-rw-r--r-- | net/openldap21-server/Makefile | 5 | ||||
-rw-r--r-- | net/openldap21/Makefile | 5 | ||||
-rw-r--r-- | net/openldap22-server/Makefile | 5 | ||||
-rw-r--r-- | net/openldap22/Makefile | 5 | ||||
-rw-r--r-- | net/openldap23-server/Makefile | 5 | ||||
-rw-r--r-- | net/openldap24-server/Makefile | 5 |
9 files changed, 45 insertions, 0 deletions
diff --git a/net/openldap2/Makefile b/net/openldap2/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap2/Makefile +++ b/net/openldap2/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}" diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap20-server/Makefile +++ b/net/openldap20-server/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}" diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap20/Makefile +++ b/net/openldap20/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}" diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap21-server/Makefile +++ b/net/openldap21-server/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}" diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap21/Makefile +++ b/net/openldap21/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}" diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-server/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}" diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index 9acd4c66a24e..d866fecb29dd 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}" diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap23-server/Makefile +++ b/net/openldap23-server/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}" diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 9acd4c66a24e..d866fecb29dd 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/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}" |