UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

apr

The Apache Portable Runtime (APR) is a supporting library for the Apache web server.

Package info

Template:
Codename: apr
Source file: apr-1.7.5.tar.bz2
Source directory: apr-1.7.5
Package URL: apr-1.7.5.tar.bz2
Package md5-checksum URL: apr-1.7.5.tar.bz2.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: apr-util.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr    \
            $ARG_STATIC      \
            --with-installbuilddir=/usr/share/apr-1/build

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

Install script:
make install