Michael Str?der: > HI! > > Is it possible to compile postfix without support for tables based on > Berkeley's libdb statically linked in? Just like building lmdb support > into shared lib > /usr/lib/postfix/postfix-lmdb.so.
To enable/disable build options: $ make makefiles CCARGS="-DNO_DB" ... Details in http://www.postfix.org/makedefs.1.html Wietse > I read through README_FILES/DB_README but did not find advice similar to > that using AUXLIBS_LMDB (as described in README_FILES/LMDB_README). > > The final goal is to hunk out libdb dependency from base postfix package > but keep a postfix-bdb package for backward compability during a > transition period. > > Ciao, Michael. >