mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
modules are dynamically loaded, they summon libldap when needed. However, depending on the security libraries available when the shared libldap was built, the latter brings up other dependencies. On some platforms, it seems that no solution is available: no indirect dynamic dependencies. But for some platforms where this is supported (in particular, Linux), the shared libldap must contain info on what other dynamic libraries it needs. We were failing to put this info into the shared library. This patch seems to fix it. |
||
---|---|---|
.. | ||
libavl | ||
liblber | ||
libldap | ||
libldap_r | ||
libldbm | ||
libldif | ||
liblunicode | ||
liblutil | ||
Makefile.in |