7.8. Udev-124

The Udev package contains programs for dynamic creation of device nodes.

7.8.1. Installation of Udev

This patch moves /lib/udev to /lib64/udev, to keep system consistency:

patch -Np1 -i ../udev-124-lib64-2.patch

Compile the package:

make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" \
    LD="${CC} ${BUILD64}"

Install the package:

make DESTDIR=${CLFS} install

Details on this package are located in Section 10.66.2, “Contents of Udev.”