net/wavemon: Was incorrectly using host netlink headers
authorDaniel Dickinson <redacted>
Sat, 26 Mar 2016 00:24:06 +0000 (20:24 -0400)
committerJonathan McCrohan <redacted>
Tue, 29 Mar 2016 20:29:45 +0000 (21:29 +0100)
TARGET_CFLAGS was pointing to /usr/include/libnl3 instead
of $(STAGING_DIR)/usr/include/libnl3

Signed-off-by: Daniel Dickinson <redacted>
Signed-off-by: Jonathan McCrohan <redacted>
net/wavemon/Makefile

index 65b7003827f464b6499130c6ac218a833dfe9d3d..327a12f6cbd206fdc8e1950a1961e66c788589cd 100644 (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"
git clone https://git.99rst.org/PROJECT