MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« Attr 32-bit HOME ACL 32-bit »

ACL 64-bit

Name: ACL 64-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 64-bit for install into the build root, run the following command:

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --sysconfdir=/etc       \
            --disable-static        \
            --docdir=/usr/share/doc/acl-2.3.2

Compilation and Installation

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

make

Next, run the test suite:

make check

Several tests fail due to missing SELinux support if the host OS is SELinux aware, and other issues due to being run inside a chroot environment. For now, ignore.

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

make install
rm -fv /usr/lib64/libacl.la

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Programs chacl, getfacl, and setfacl
Installed Libraries libacl.so
Installed Directories /usr/include/acl and /usr/share/doc/acl-2.3.2
Navigation    
« Attr 32-bit HOME ACL 32-bit »