summaryrefslogtreecommitdiffstats
path: root/collab
diff options
context:
space:
mode:
authorVlad Glagolev2014-10-31 18:15:35 +0300
committerVlad Glagolev2014-10-31 18:15:35 +0300
commitd92fac76ec3e86c9d10ab2c32c43da4057fc783e (patch)
treec52a98dcf744b32789d924430986d534393064ed /collab
parentbb92dd2e0b7d0a0e67fdc0e0ccfb5c9fad7a983b (diff)
Revert "openldap: depends SSL"
This reverts commit 13dc5e7a38026dd4e7f77533dd0f1838e56eaae3.
Diffstat (limited to 'collab')
-rwxr-xr-xcollab/openldap/DEPENDS4
-rw-r--r--collab/openldap/HISTORY5
2 files changed, 2 insertions, 7 deletions
diff --git a/collab/openldap/DEPENDS b/collab/openldap/DEPENDS
index b7e2902aab..84213dbd09 100755
--- a/collab/openldap/DEPENDS
+++ b/collab/openldap/DEPENDS
@@ -9,7 +9,7 @@ optional_depends SYSTEM-LOGGER \
case $OPENLDAP_TLS in
none) OPTS="--without-tls $OPTS"
;;
- SSL) depends openssl "--with-tls=openssl"
+ openssl) depends openssl "--with-tls=openssl"
;;
gnutls) depends gnutls "--with-tls=gnutls"
;;
@@ -27,7 +27,7 @@ if list_find "$OPENLDAP_OPTS" "--enable-slapd"; then
case OPENLDAP_MP in
auto) OPTS="--with-mp=auto $OPTS"
;;
- bignum) depends SSL "--with-mp=bignum"
+ bignum) depends openssl "--with-mp=bignum"
;;
gmp) depends gmp "--with-mp=gmp"
;;
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index e86613dffd..951af6334a 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,8 +1,3 @@
-2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
- * DEPENDS: openssl => SSL
-
- * SUB_DEPENDS, PRE_SUB_DEPENDS: openssl => SSL
-
2014-01-30 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.4.39