Remove events from require line:
authorJulien Kerihuel <j.kerihuel@openchange.org>
Fri, 27 Jun 2008 07:55:30 +0000 (09:55 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 27 Jun 2008 08:24:28 +0000 (10:24 +0200)
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>
source/lib/ldb/ldb.pc.in

index 8d1e3cabe3ee53e5da16f8fb379297742d1dee54..b7e4c8584461fdb92bfca0cbea27f1ae581b4edb 100644 (file)
@@ -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}