UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

berkeleydb

The Berkeley DB package contains programs and utilities used by many other applications for database related functions.

Package info

Codename: berkeleydb
Source file: db-5.3.28.tar.gz
Source directory: db-5.3.28
Package URL: https://umvirt.com/linux/downloads/0.2/packages/d/db-5.3.28.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/d/db-5.3.28.tar.gz.md5sum
Dependances: libnsl, sharutils.
Dependance of: OpenLDAP-server, cyrus-sasl, redland, postfix.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
sed -i 's/\(__atomic_compare_exchange\)/\1_db/' src/dbinc/atomic.h


ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi


cd build_unix                        &&
../dist/configure --prefix=/usr      \
                  --enable-compat185 \
                  --enable-dbm       \
                  $ARG_STATIC   \
                  --enable-cxx 

Build script:
cd build_unix  
make

Install script:
cd build_unix  

make docdir=/usr/share/doc/db-5.3.28 install &&

chown -v -R root:root                        \
      /usr/bin/db_*                          \
      /usr/include/db{,_185,_cxx}.h          \
      /usr/lib/libdb*.{so,la}                \
      /usr/share/doc/db-5.3.28