On Thu, 24 May 2012 15:38:20 +0100 John Burrell <[email protected]> wrote:
> > wpa_supplicant-1.0 fails with: > > ../src/drivers/driver_nl80211.c:25:31: fatal error: netlink/genl/genl.h: No > such file or directory > compilation terminated. > > I had to include the libnl3 headers location: > > CFLAGS="-I/usr/include/libnl3" make BINDIR=/sbin LIBDIR=/lib > > for it to work. Thanks for the information. I've not built wpa_supplicant-1.0 yet (I've been away). I suspect that we need to put: "CFLAGS += -I/usr/include/libnl3" back into the config file. Andy -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
