fixes + develpment updates
[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.3.28
6 # [S] 2-7
7 # [D] db-4.3.28.tar.gz ftp://ftp.sleepycat.com/releases/
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         chown root.root $prefix/{bin/db_*,lib/libdb*,include/db*} &&
19         chown -R root.root $docdir
20                 }