aboutsummaryrefslogtreecommitdiff
path: root/libs/openldap
Commit message (Collapse)AuthorAge
* openldap: forcibly disable ICU supportJo-Philipp Wich2016-06-06
| | | | | | | | | | | | | | | | | When openldap-server is built within an environment where ICU has been previously built, the package will pick up this unintended dependency and fail with the following error: Package openldap-server is missing dependencies for the following libraries: libicudata.so.55 libicuuc.so.55 Makefile:148: recipe for target '.../openldap-server_2.4.43-2_mips_34kc.ipk' failed Since the ICU libraries are extremely big (~12MB) we cannot simply depend on them so add the necessary autoconfig cache variable to let the ICU presence test fail in order to inhibit linking against those libraries. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* openldap: update to 2.4.43W. Michael Petullo2015-12-30
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: remove --without-cyrus-sasl to build SASL supportW. Michael Petullo2015-07-20
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: update copyright datesW. Michael Petullo2015-07-08
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: update to 2.4.41W. Michael Petullo2015-07-08
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* openldap: remove --without-tls and start SSL-protected server by defaultW. Michael Petullo2015-01-23
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Copy openldap package from old repositoryW. Michael Petullo2014-08-06
Signed-off-by: W. Michael Petullo <mike@flyn.org>