MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« ACL 64-bit HOME LibCap2 64-bit »

ACL 32-bit

Name: ACL 32-bit
Summary: Utilities to administer POSIX ACLs of filesystem objects
License: GPL v2 or later
Version: 2.3.2
URL: https://download.savannah.nongnu.org/releases/acl/acl-2.3.2.tar.xz

Average Build Time: less than 0.1 SBU
Used Install Space: 6.5 MiB

Configuration

To configure ACL 32-bit for install into the build root, run the following commands:

make distclean
CC="gcc -m32" ./configure \
    --prefix=/usr         \
    --disable-static      \
    --libdir=/usr/lib     \
    --libexecdir=/usr/lib \
    --host=i686-pc-linux-gnu

Compilation and Installation

To compile ACL 32-bit, run the following command:

make

Finally, to install ACL 32-bit into the build tree, run the following commands:

make DESTDIR=$PWD/DESTDIR install
rm -fv DESTDIR/usr/lib/libacl.la
cp -Rv DESTDIR/usr/lib/* /usr/lib

Contents

See the contents section of the 64-bit build of ACL for details.

Navigation    
« ACL 64-bit HOME LibCap2 64-bit »