1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-20 23:58:38 +02:00
openwrt-packages/libs/openldap
Jo-Philipp Wich 0080543e50 openldap: forcibly disable ICU support
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>
2016-06-06 16:35:15 +02:00
..
files openldap: remove --without-tls and start SSL-protected server by default 2015-01-23 10:14:28 -05:00
patches Copy openldap package from old repository 2014-08-06 11:28:22 +02:00
Makefile openldap: forcibly disable ICU support 2016-06-06 16:35:15 +02:00