blob: 13fdedb3fff68b37cd0551b04a7e78824149685e (
plain)
1
2
3
4
5
6
7
8
9
|
# While only libldap_r is packaged, the client programs are linked
# against libldap during build. This is here just to satisfy
# dpkg-shlibdeps for ldap-utils: libldap is not around when
# dpkg-gensymbols runs, so it's not listed in the symbols file. A better
# long-term workaround will be to patch the upstream build system so the
# client programs are linked against libldap_r.
liblber-2.4 2 libldap-2.4-2 (>= 2.4.7)
libldap-2.4 2 libldap-2.4-2 (>= 2.4.7)
libldap_r-2.4 2 libldap-2.4-2 (>= 2.4.7)
|