summaryrefslogtreecommitdiffstats
path: root/collab/openldap/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/openldap/DEPENDS')
-rwxr-xr-xcollab/openldap/DEPENDS7
1 files changed, 4 insertions, 3 deletions
diff --git a/collab/openldap/DEPENDS b/collab/openldap/DEPENDS
index 84213dbd09..a764716a23 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"
+ openssl) depends SSL "--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"
;;
@@ -87,4 +87,5 @@ if list_find "$OPENLDAP_OPTS" "--enable-slapd"; then
'--enable-passwd=mod' \
'--disable-passwd' \
'for passwd backend'
-fi
+fi &&
+optional_depends icu '' '' 'Unicode support'