10.108. Udev-182 N32 Libraries

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

10.108.1. Installation of Udev

Prepare Udev for compilation:

PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" \
  ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \
  --libexecdir=/lib32 --libdir=/usr/lib32 --bindir=/sbin \
  --with-usb-ids-path=no --with-pci-ids-path=no \
  --enable-rule_generator --disable-introspection --disable-keymap \
  --disable-gudev --with-firmware-path=/lib/firmware

Compile the package:

make

To test the results, issue: make check.

Install the package:

make install

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