: Added Files:
[hdw-repos/packages.git] / demian / bdb / bdb
1 # HDW Linux bdb
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Berkeley DB
5 # [V] 3.3.11
6 # [S] 3 3
7 # [D] db-3.3.11.tar.gz http://www.sleepycat.com/update/snapshot/
8
9 build_main()
10 {
11     cd build_unix
12     ../dist/configure $confopt --enable-cxx --enable-compat185"
13     make $make_conf ; make $install_conf install && \
14     ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb-3.a && \
15     ln -sf /usr/lib/libdb-3.3.a /usr/lib/libdb.a 
16     [ -f /usr/include/db3 ] && rm -f /usr/include/db3
17 }