UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

apr-util

The Apache Portable Runtime Utility Library provides a predictable and consistent interface to underlying client library interfaces.

Package info

Codename: apr-util
Source file: apr-util-1.6.3.tar.bz2
Source directory: apr-util-1.6.3
Package URL: https://umvirt.com/linux/downloads/0.2/packages/a/apr-util-1.6.3.tar.bz2
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/a/apr-util-1.6.3.tar.bz2.md5sum
Dependances: apr.
Dependance of: httpd.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure --prefix=/usr       \
            --with-apr=/usr     \
            --with-gdbm=/usr    \
            --with-openssl=/usr \
            --with-crypto

Build script:
make
if [[ "$ULFS_PKG_TEST" == "YES" ]]
then
	    make -j1 test
fi

Install script:
make install