Forwarded: not-needed
When building as a sub-library within samba, where
libreplace is a private library, libldb.so will
have rpath pointing to the private samba dir. Since
ldb actually does not use anything from libreplace,
just remove the dependency.
Gbp-Pq: Name ldb-no-replace.diff
bld.SAMBA_LIBRARY('ldb',
COMMON_SRC + ' ' + LDB_MAP_SRC,
- deps='tevent LIBLDB_MAIN replace',
+ deps='tevent LIBLDB_MAIN', # replace',
includes='include',
public_headers=ldb_headers,
public_headers_install=True,