From: Julien Kerihuel Date: Fri, 27 Jun 2008 07:55:30 +0000 (+0200) Subject: Remove events from require line: X-Git-Tag: samba-4.0.0alpha5~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b8508f75eac84ef68850e91300fb837a621cc77;p=thirdparty%2Fsamba.git 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 --- diff --git a/source/lib/ldb/ldb.pc.in b/source/lib/ldb/ldb.pc.in index 8d1e3cabe3e..b7e4c858446 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}