From: Dan Williams Date: Wed, 15 Aug 2012 17:44:33 +0000 (+0300) Subject: build: Use updated libnl3 header paths X-Git-Tag: hostap_2_0~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7ecddf33a446072effbc85a27a078a8e582c89e;p=thirdparty%2Fhostap.git build: Use updated libnl3 header paths libnl3's headers live in /usr/include/libnl3 for some time now. Signed-hostap: Dan Williams --- diff --git a/src/drivers/drivers.mak b/src/drivers/drivers.mak index 0a05b6d48..c7a98d31d 100644 --- a/src/drivers/drivers.mak +++ b/src/drivers/drivers.mak @@ -30,7 +30,7 @@ NEED_RFKILL=y ifdef CONFIG_LIBNL32 DRV_LIBS += -lnl-3 DRV_LIBS += -lnl-genl-3 - DRV_CFLAGS += -DCONFIG_LIBNL20 + DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3 else ifdef CONFIG_LIBNL_TINY DRV_LIBS += -lnl-tiny diff --git a/src/drivers/drivers.mk b/src/drivers/drivers.mk index 9e75a9137..23fcbb7c5 100644 --- a/src/drivers/drivers.mk +++ b/src/drivers/drivers.mk @@ -30,7 +30,7 @@ NEED_RFKILL=y ifdef CONFIG_LIBNL32 DRV_LIBS += -lnl-3 DRV_LIBS += -lnl-genl-3 - DRV_CFLAGS += -DCONFIG_LIBNL20 + DRV_CFLAGS += -DCONFIG_LIBNL20 -I/usr/include/libnl3 else ifdef CONFIG_LIBNL_TINY DRV_LIBS += -lnl-tiny