Skip to content
Snippets Groups Projects
Forked from openldap / OpenLDAP
Source project has a limited visibility.
  • Hallvard Furuseth's avatar
    f5b393c3
    back-mdb/Makefile.in += variable MDB_SUBDIR. · f5b393c3
    Hallvard Furuseth authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
    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
    f5b393c3
    History
    back-mdb/Makefile.in += variable MDB_SUBDIR.
    Hallvard Furuseth authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.