Details on this package are located in Section 10.67.2, “Contents of Udev.”
The Udev package contains programs for dynamic creation of device nodes.
This patch moves /lib/udev to /lib64/udev, to keep system consistency:
patch -Np1 -i ../udev-103-lib64-1.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.67.2, “Contents of Udev.”