# hdw - linux bdb4 package # # author: hackbard@hackdaworld.dyndns.org # # [V] 4.2.52 # [S] 2-7 # [D] db-4.2.52.tar.gz http://sleepycat.com/update/snapshot/ srcdir="db-$ver" make_conf="LIBSO_LIBS=-lpthread LIBXSO_LIBS=-lpthread" install_conf="docdir=$docdir $install_conf" build_main() { cd build_unix ../dist/configure $confopt --enable-compat185 --enable-cxx && make $make_conf && make $install_conf install }