summaryrefslogtreecommitdiff
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
commit0b8508f75eac84ef68850e91300fb837a621cc77 (patch)
treeeb38ff2eb03f2ce6f8c884ec73e1fe203b440e2c
parenta7ee17a10f330297dc4d9d15499276b3985c7a51 (diff)
downloadsamba-0b8508f75eac84ef68850e91300fb837a621cc77.tar.gz
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>
-rw-r--r--source/lib/ldb/ldb.pc.in2
1 files changed, 1 insertions, 1 deletions
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}