diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-16 23:21:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-16 23:21:50 +0000 |
commit | 1e0c42a29911fbd0bb54e39ef9839d0b86ab42e8 (patch) | |
tree | 6aeb0b2b13eaa7bbfab0f42461b312b7c7c152d3 /mk | |
parent | 0047f0c0b45bf60eeef2490fe0e6a0c66e2f5e14 (diff) | |
download | pkgsrc-1e0c42a29911fbd0bb54e39ef9839d0b86ab42e8.tar.gz |
Enable OpenLDAP support in devel/apr, by default it's disabled.
If you want to use it, "APR_USE_OPENLDAP" should be set to [Yy][Ee][Ss].
This closes PR pkg/25356.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.defaults.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk index 8701398d642..5b880c1f4be 100644 --- a/mk/bsd.pkg.defaults.mk +++ b/mk/bsd.pkg.defaults.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.defaults.mk,v 1.258 2004/07/14 00:25:11 xtraeme Exp $ +# $NetBSD: bsd.pkg.defaults.mk,v 1.259 2004/07/16 23:21:50 xtraeme Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -621,6 +621,11 @@ APR_USE_DB4?= YES # there. # Default: YES +APR_USE_OPENLDAP?= NO +# Used in apr to enable OpenLDAP support. +# Possible: yes or no. +# Default: no. + ARLA_CACHE?= ${LOCALBASE}/cache # Used in arla to specify the location of the cache used by arla. Should # be on a local disk. |