pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/cyrus-sasl2 Add BUILD_DEFS line for USE_PAM a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/252c1344cd2b
branches:  trunk
changeset: 462597:252c1344cd2b
user:      chris <chris%pkgsrc.org@localhost>
date:      Sun Oct 05 21:52:57 2003 +0000

description:
Add BUILD_DEFS line for USE_PAM and SASL_USE_GSSAPI.

diffstat:

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

diffs (18 lines):

diff -r 8b0712ba69d5 -r 252c1344cd2b security/cyrus-sasl2/Makefile
--- a/security/cyrus-sasl2/Makefile     Sun Oct 05 21:52:42 2003 +0000
+++ b/security/cyrus-sasl2/Makefile     Sun Oct 05 21:52:57 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/09/02 23:16:45 jmc Exp $
+# $NetBSD: Makefile,v 1.14 2003/10/05 21:52:57 chris Exp $
 
 .include "Makefile.common"
 
@@ -18,6 +18,8 @@
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
 .include "../../security/openssl/buildlink2.mk"
 
+BUILD_DEFS+=           USE_PAM SASL_USE_GSSAPI
+
 .if exists(/dev/urandom)
 CONFIGURE_ARGS+=       --with-devrandom=/dev/urandom
 .endif



Home | Main Index | Thread Index | Old Index