diff options
Diffstat (limited to 'repo/core/libldap.xibuild')
-rw-r--r-- | repo/core/libldap.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/libldap.xibuild b/repo/core/libldap.xibuild index 98d3e05..f6caccb 100644 --- a/repo/core/libldap.xibuild +++ b/repo/core/libldap.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(libidn) +DEPS=(libidn libsasl) SOURCE=http://repository.linagora.org/OpenLDAP/openldap-release/openldap-2.6.0.tgz DESC="An open source implementation of the Lightweight Directory Access Protocol" |