diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-23 14:43:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-23 14:43:28 +0000 |
commit | fff6e2cf9487f0c2cbd4a7a43913f7248817efcf (patch) | |
tree | 5a7951b8a3ce14c225e3b67fe2c6cf0e5b134b75 /security/heimdal | |
parent | 6c943c68ea2eeaf93a8f837ff415e142dc3c38c9 (diff) | |
download | pkgsrc-fff6e2cf9487f0c2cbd4a7a43913f7248817efcf.tar.gz |
Enable building heimdal with the "ldap" option to allow using an LDAP
server as a datastore for the KDC.
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 7d22a9ff11d..06b524904cf 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/12/04 03:59:26 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2004/12/23 14:43:28 jlam Exp $ DISTNAME= heimdal-0.6.3 PKGREVISION= 2 @@ -46,7 +46,7 @@ PKG_DEFAULT_OPTIONS+= prefix-cmds .endif PKG_OPTIONS_VAR= PKG_OPTIONS.heimdal -PKG_SUPPORTED_OPTIONS= db4 prefix-cmds #ldap +PKG_SUPPORTED_OPTIONS= db4 ldap prefix-cmds .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mdb4) @@ -55,11 +55,10 @@ PKG_SUPPORTED_OPTIONS= db4 prefix-cmds #ldap . include "../../mk/bdb.buildlink3.mk" .endif -# XXX Using Heimdal with an LDAP backend isn't supported yet. -#.if !empty(PKG_OPTIONS:Mldap) -#. include "../../databases/openldap/buildlink3.mk" -#CONFIGURE_ARGS+= --with-openldap=${BUILDLINK_PREFIX.openldap} -#.endif +.if !empty(PKG_OPTIONS:Mldap) +. include "../../databases/openldap/buildlink3.mk" +CONFIGURE_ARGS+= --with-openldap=${BUILDLINK_PREFIX.openldap} +.endif # Rename some of Heimdal's applications so they won't conflict with # other packages. |