pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-saslauthd Let KERBEROS imply SASL_USE_G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d47615bc091
branches:  trunk
changeset: 471800:3d47615bc091
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Mar 31 06:49:41 2004 +0000

description:
Let KERBEROS imply SASL_USE_GSSAPI.

diffstat:

 security/cyrus-saslauthd/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e7ab6ba76bbc -r 3d47615bc091 security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Wed Mar 31 06:15:59 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Wed Mar 31 06:49:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/29 05:50:26 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/31 06:49:41 jlam Exp $
 
 DISTNAME=      cyrus-sasl-2.1.18
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
@@ -49,8 +49,10 @@
 PLIST_SRC+=            ${PKGDIR}/PLIST.ldap
 .endif
 
-.if defined(KERBEROS) || \
-    (defined(SASL_USE_GSSAPI) && !empty(SASL_USE_GSSAPI:M[yY][eE][sS]))
+.if defined(KERBEROS)
+SASL_USE_GSSAPI=       yes
+.endif
+.if (defined(SASL_USE_GSSAPI) && !empty(SASL_USE_GSSAPI:M[yY][eE][sS]))
 .  include "../../mk/krb5.buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-gssapi=${KRB5BASE}
 CONFIGURE_ARGS+=       --with-gss_impl=${GSSIMPL.${KRB5_TYPE}}



Home | Main Index | Thread Index | Old Index