A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via a316851494d14cccda32b5870d26de4658834f6b (commit) from a4d0cde2d3cdb8e1c402fdb418b372f9e5472911 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit a316851494d14cccda32b5870d26de4658834f6b Author: Hallvard Furuseth hallvard@openldap.org Date: Mon Sep 5 21:10:04 2011 +0200
back-mdb/Makefile.in += variable MDB_SUBDIR.
For compiling against a checkout of the stand-alone libmdb, which has a branch 'mdb.master' with its own root: git clone --branch=mdb.master <openldap_repo_dir> mdb set_mdb="MDB_SUBDIR=`pwd`/mdb/libraries/libmdb" ... maybe modify mdb repository for testing ... cd <openldap_repo_dir>; make $set_mdb
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/Makefile.in | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)