7.4. Util-linux-2.19.1 32bit

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

7.4.1. Installation of Util-linux 32 bit

Prepare Util-linux for compilation:

CC="${CC} ${BUILD32}" PKG_CONFIG=true \
  ./configure \
    --prefix=/tools --exec-prefix=/tools \
    --build=${CLFS_HOST} --host=${CLFS_TARGET32} \
    --enable-login-utils --without-ncurses \
    --disable-makeinstall-chown

Compile the package:

make

Install the package:

make install

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