summaryrefslogtreecommitdiffstats
path: root/collab
diff options
context:
space:
mode:
authorVlad Glagolev2014-10-31 18:37:06 +0300
committerVlad Glagolev2014-10-31 18:37:06 +0300
commit431b4e74b948b51dc45eb0cb7b3fc5837ab09f31 (patch)
tree7a6c3b68feb3fd401b1a63efedc35c7694084e4a /collab
parente56a7aaea0ab8e25ebc6475e269d5f7049c39321 (diff)
openldap: handle obsolete '--disable-slurpd' flag
Diffstat (limited to 'collab')
-rwxr-xr-xcollab/openldap/CONFIGURE2
-rw-r--r--collab/openldap/HISTORY1
2 files changed, 3 insertions, 0 deletions
diff --git a/collab/openldap/CONFIGURE b/collab/openldap/CONFIGURE
index 8ea1eb8fb2..bf4518bb7b 100755
--- a/collab/openldap/CONFIGURE
+++ b/collab/openldap/CONFIGURE
@@ -153,6 +153,8 @@ if list_find "$OPENLDAP_OPTS" "--enable-slapd"; then
fi &&
list_remove "OPENLDAP_OPTS" "--enable-slurpd"
+ elif list_find "$OPENLDAP_OPTS" "--disable-slurpd"; then
+ list_remove "OPENLDAP_OPTS" "--disable-slurpd"
fi &&
config_query_multi OPENLDAP_MP 'Which method do you want for multiple precision statistics?' \
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index ac9167b905..2846caf0b2 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,6 +1,7 @@
2014-10-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.4.40; updated source mirror
* DEPENDS: use SSL provider
+ * CONFIGURE: handle obsolete '--disable-slurpd' flag
2014-01-30 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.4.39