[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-129-g0b8508f

Stefan Metzmacher metze at samba.org
Fri Jun 27 08:24:42 GMT 2008


The branch, v4-0-test has been updated
       via  0b8508f75eac84ef68850e91300fb837a621cc77 (commit)
      from  a7ee17a10f330297dc4d9d15499276b3985c7a51 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit 0b8508f75eac84ef68850e91300fb837a621cc77
Author: Julien Kerihuel <j.kerihuel at openchange.org>
Date:   Fri Jun 27 09:55:30 2008 +0200

    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 at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 source/lib/ldb/ldb.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/ldb/ldb.pc.in b/source/lib/ldb/ldb.pc.in
index 8d1e3ca..b7e4c85 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} 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list