]> git.sur5r.net Git - openldap/commit
back-mdb/Makefile.in += variable MDB_SUBDIR.
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 5 Sep 2011 19:10:04 +0000 (21:10 +0200)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 4 Nov 2011 21:32:43 +0000 (14:32 -0700)
commitf5b393c3571d7f82a9c6c5564cfee59a0d7cff36
tree24f6ae3dd89ddeb5aca67cdf42fa6b43a2afaf29
parentabbb83ef0a8d2794a987256621427cfc09882ec9
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
servers/slapd/back-mdb/Makefile.in