summaryrefslogtreecommitdiff
path: root/databases/openldap-server
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2007-08-28 14:33:27 +0000
committertron <tron@pkgsrc.org>2007-08-28 14:33:27 +0000
commitafbf90a7c653adc078b14711181f01b56ce0cae4 (patch)
tree1024da8ddaf3a3d644ca68b83dc1c70e4bf5e61a /databases/openldap-server
parent6d2b66980999dd2325eb5486d6ec2602cabdc721 (diff)
downloadpkgsrc-afbf90a7c653adc078b14711181f01b56ce0cae4.tar.gz
Fix build problem caused by "smbk5pwd" support:
- Correct typo in "configure" so that "--enable-smbk5pwd" or "--disable-smbk5pwd" actually work. - Explicitly add "--disable-smbk5pwd" to "CONFIGURE_ARGS" because this feature is turned on by default (which it really shouldn't be). The "openldap-server" package can now be built with the default options.
Diffstat (limited to 'databases/openldap-server')
-rw-r--r--databases/openldap-server/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/openldap-server/options.mk b/databases/openldap-server/options.mk
index b605557bcdc..68907d65ac5 100644
--- a/databases/openldap-server/options.mk
+++ b/databases/openldap-server/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2007/08/24 19:06:51 manu Exp $
+# $NetBSD: options.mk,v 1.5 2007/08/28 14:33:27 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openldap-server
PKG_SUPPORTED_OPTIONS= bdb kerberos sasl slp inet6 smbk5pwd
@@ -97,5 +97,6 @@ LDFLAGS+=-lkrb5
LDFLAGS+=-lkadm5srv
LDFLAGS+=-lhdb
. include "../../mk/krb5.buildlink3.mk"
+.else
+CONFIGURE_ARGS+= --disable-smbk5pwd
.endif
-