14.6.2. Contents of libnl
Installed programs:
To be Written
libnl is a frontend for interfacing with network cards using netlink. Hostapd requires this library in order to function.
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