summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchris <chris@pkgsrc.org>2003-10-05 21:52:57 +0000
committerchris <chris@pkgsrc.org>2003-10-05 21:52:57 +0000
commitace63ac599ac74d602078b06d2f4b1aca82f4c1e (patch)
tree03ee7694277b48a4dc25936b332ecbfdd4b418b0
parent893441e71189641b1975e2192ca8fe9681825dcd (diff)
downloadpkgsrc-ace63ac599ac74d602078b06d2f4b1aca82f4c1e.tar.gz
Add BUILD_DEFS line for USE_PAM and SASL_USE_GSSAPI.
-rw-r--r--security/cyrus-sasl2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile
index 6a4b34b87ac..fc4c86f4f01 100644
--- a/security/cyrus-sasl2/Makefile
+++ b/security/cyrus-sasl2/Makefile
@@ -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-rc4
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