]> 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)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 5 Sep 2011 19:10:04 +0000 (21:10 +0200)
commita316851494d14cccda32b5870d26de4658834f6b
tree96c7aa5c489bbfecaa58a59bc6fa4bc14acdb33b
parenta4d0cde2d3cdb8e1c402fdb418b372f9e5472911
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