From 0b8508f75eac84ef68850e91300fb837a621cc77 Mon Sep 17 00:00:00 2001 From: Julien Kerihuel Date: Fri, 27 Jun 2008 09:55:30 +0200 Subject: [PATCH] Remove events from require line: 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 --- source/lib/ldb/ldb.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/ldb/ldb.pc.in b/source/lib/ldb/ldb.pc.in index 8d1e3cabe3ee..b7e4c8584461 100644 --- a/source/lib/ldb/ldb.pc.in +++ b/source/lib/ldb/ldb.pc.in @@ -8,7 +8,7 @@ Name: ldb Description: An LDAP-like embedded database Version: @PACKAGE_VERSION@ Requires.private: tdb -Requires: talloc events +Requires: talloc Libs: -L${libdir} -lldb Libs.private: @LDAP_LIBS@ Cflags: -I${includedir} -- 2.34.1