pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-saslauthd If we're using the LDAP authe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0eba14d0594d
branches:  trunk
changeset: 469044:0eba14d0594d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 19 07:11:16 2004 +0000

description:
If we're using the LDAP authentication backend, we pull in <sasl/sasl.h>,
so include cyrus-sasl2/buildlink3.mk to get it.

diffstat:

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

diffs (17 lines):

diff -r 3d24c6465049 -r 0eba14d0594d security/cyrus-saslauthd/Makefile
--- a/security/cyrus-saslauthd/Makefile Thu Feb 19 06:41:21 2004 +0000
+++ b/security/cyrus-saslauthd/Makefile Thu Feb 19 07:11:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/12 13:10:31 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/19 07:11:16 jlam Exp $
 
 DISTNAME=      cyrus-sasl-2.1.17
 PKGNAME=       ${DISTNAME:S/sasl/saslauthd/}
@@ -42,6 +42,7 @@
 
 .if defined(USE_LDAP)
 .  include "../../databases/openldap/buildlink3.mk"
+.  include "../../security/cyrus-sasl2/buildlink3.mk"
 .  include "../../security/openssl/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-ldap=${BUILDLINK_PREFIX.openldap}
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}



Home | Main Index | Thread Index | Old Index