Browse Source

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>
lilik-openwrt-22.03
Daniel Dickinson 9 years ago
committed by Jonathan McCrohan
parent
commit
dfe9dfd6e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/wavemon/Makefile

+ 1
- 1
net/wavemon/Makefile 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"


Loading…
Cancel
Save