pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/heimdal Enable building heimdal with the "lda...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f5c515f0f65
branches:  trunk
changeset: 486122:4f5c515f0f65
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Dec 23 14:43:28 2004 +0000

description:
Enable building heimdal with the "ldap" option to allow using an LDAP
server as a datastore for the KDC.

diffstat:

 security/heimdal/Makefile |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 6ed792b72e27 -r 4f5c515f0f65 security/heimdal/Makefile
--- a/security/heimdal/Makefile Thu Dec 23 14:27:04 2004 +0000
+++ b/security/heimdal/Makefile Thu Dec 23 14:43:28 2004 +0000
@@ -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 @@
 .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 @@
 .  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.



Home | Main Index | Thread Index | Old Index