mirror of
https://github.com/samba-team/samba.git
synced 2025-01-29 21:47:30 +03:00
2495690eb8
The events library is not installed and prevent OpenChange from linking with ldb. The following patch removes events reference from ldb pc file. We are currently fixing this bug in openchange upstream using 'sed' in our installsamba4.sh script, but this hack won't work with a packaged version of samba4. Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 0b8508f75eac84ef68850e91300fb837a621cc77)
17 lines
356 B
PkgConfig
17 lines
356 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
modulesdir=@modulesdir@
|
|
|
|
Name: ldb
|
|
Description: An LDAP-like embedded database
|
|
Version: @PACKAGE_VERSION@
|
|
Requires.private: tdb
|
|
Requires: talloc
|
|
Libs: -L${libdir} -lldb
|
|
Libs.private: @LDAP_LIBS@
|
|
Cflags: -I${includedir}
|
|
Modulesdir: ${modulesdir}
|
|
URL: http://ldb.samba.org/
|