summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb.pc.in
diff options
context:
space:
mode:
authorJulien Kerihuel <j.kerihuel@openchange.org>2008-06-27 09:55:30 +0200
committerStefan Metzmacher <metze@samba.org>2008-06-27 10:24:28 +0200
commit2495690eb811fc634d64adeef5b195ef0a175779 (patch)
treea7724ba0585a01c8dda2fc52d34b0d0df7f62c9d /source4/lib/ldb/ldb.pc.in
parent4cd722b912b6ef0dc428cdfb1a7ec14a8e5fd8d1 (diff)
downloadsamba-2495690eb811fc634d64adeef5b195ef0a175779.tar.gz
samba-2495690eb811fc634d64adeef5b195ef0a175779.tar.bz2
samba-2495690eb811fc634d64adeef5b195ef0a175779.zip
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 <metze@samba.org> (This used to be commit 0b8508f75eac84ef68850e91300fb837a621cc77)
Diffstat (limited to 'source4/lib/ldb/ldb.pc.in')
-rw-r--r--source4/lib/ldb/ldb.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb.pc.in b/source4/lib/ldb/ldb.pc.in
index 8d1e3cabe3..b7e4c85844 100644
--- a/source4/lib/ldb/ldb.pc.in
+++ b/source4/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}