14.6. libnl-git-gdc273a12d

libnl is a frontend for interfacing with network cards using netlink. Hostapd requires this library in order to function.

14.6.1. Installation of libnl

Apply patch to fix a compile and build issue:

patch -Np1 -i ../libnl-git-fixes-1.patch

Configure libnl:

CC="${CC} -Os" ./configure --prefix=/usr --host=${CLFS_TARGET}

Compile the package:

make

Install the package:

make DESTDIR=${CLFS} install

14.6.2. Contents of libnl

Installed programs: To be Written