7.7. Util-linux-ng-2.14

The Util-linux-ng package contains miscellaneous utility programs. Among them are utilities for handling file systems, consoles, partitions, and messages.

7.7.1. Installation of Util-linux-ng

Prepare Util-linux-ng for compilation:

CC="${CC} ${BUILD64}" ./configure --build=${CLFS_HOST} \
    --host=${CLFS_TARGET} --enable-login-utils \
    --disable-makeinstall-chown

Compile the package:

make

Install the package:

make DESTDIR=${CLFS} install

Details on this package are located in Section 10.52.3, “Contents of Util-linux-ng.”