net/wavemon: Was incorrectly using host netlink headers

TARGET_CFLAGS was pointing to /usr/include/libnl3 instead
of $(STAGING_DIR)/usr/include/libnl3

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
Daniel Dickinson 2016-03-25 20:24:06 -04:00 committed by Jonathan McCrohan
parent 2e917e1cd9
commit dfe9dfd6e9
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ endef
CONFIGURE_VARS += \
ac_cv_lib_cap_cap_get_flag=no
TARGET_CFLAGS += -pthread -I/usr/include/libnl3
TARGET_CFLAGS += -pthread -I$(STAGING_DIR)/usr/include/libnl3
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS) -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include"