e2f72d9050c215d42c4a6f79b75b3f68daabd342
[hdw-linux/hdw-linux.git] / packages / base / bdb / bdb
1 # hdw - linux bdb4 package
2 #
3 # author: hackbard@hackdaworld.dyndns.org
4 #
5 # [V] 4.2.52
6 # [S] 2-7
7 # [D] db-4.2.52.tar.gz http://sleepycat.com/update/snapshot/
8
9 srcdir="db-$ver"
10 make_conf="LIBSO_LIBS=-lpthread LIBXSO_LIBS=-lpthread"
11 install_conf="docdir=$docdir $install_conf"
12
13 build_main()    {
14         cd build_unix
15         ../dist/configure $confopt --enable-compat185 --enable-cxx &&
16         make $make_conf &&
17         make $install_conf install
18                 }