Details on this package are located in Section 10.86.2, “Contents of Udev.”
The Udev package contains programs for dynamic creation of device nodes.
Prepare Udev for compilation:
CC="${CC} ${BUILD64}" LIBS="-lpthread" ./configure --prefix=/usr \
--build=${CLFS_HOST} --host=${CLFS_TARGET} \
--exec-prefix="" --sysconfdir=/etc --libexecdir=/lib/udev \
--libdir=/usr/lib64 --disable-extras --disable-introspection
Compile the package:
make
Install the package:
make DESTDIR=${CLFS} install
Details on this package are located in Section 10.86.2, “Contents of Udev.”