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:
parent
2e917e1cd9
commit
dfe9dfd6e9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue