7.8. Udev-168

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

7.8.1. Installation of Udev

Prepare Udev for compilation:

LIBS="-lpthread" ./configure --prefix=/usr \
    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    --exec-prefix="" --sysconfdir=/etc \
    --libexecdir=/lib/udev --libdir=/usr/lib \
    --disable-extras --disable-introspection

Compile the package:

make

Install the package:

make DESTDIR=${CLFS} install

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