summaryrefslogtreecommitdiffstats
path: root/collab
diff options
context:
space:
mode:
authorTreeve Jelbert2014-08-19 13:41:58 +0200
committerTreeve Jelbert2014-08-19 13:41:58 +0200
commit13dc5e7a38026dd4e7f77533dd0f1838e56eaae3 (patch)
tree3e3f25d825b77f314c2589219e775c9dc7f1d8f6 /collab
parenta925b54e3cb6404a0bcf29142844b09314a2f178 (diff)
openldap: depends SSL
Diffstat (limited to 'collab')
-rwxr-xr-xcollab/openldap/DEPENDS4
-rw-r--r--collab/openldap/HISTORY5
2 files changed, 7 insertions, 2 deletions
diff --git a/collab/openldap/DEPENDS b/collab/openldap/DEPENDS
index 84213dbd09..b7e2902aab 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"
;;
- openssl) depends openssl "--with-tls=openssl"
+ SSL) 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 openssl "--with-mp=bignum"
+ bignum) depends SSL "--with-mp=bignum"
;;
gmp) depends gmp "--with-mp=gmp"
;;
diff --git a/collab/openldap/HISTORY b/collab/openldap/HISTORY
index 951af6334a..e86613dffd 100644
--- a/collab/openldap/HISTORY
+++ b/collab/openldap/HISTORY
@@ -1,3 +1,8 @@
+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