Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
net/wavemon: Was incorrectly using host netlink headers
Browse files Browse the repository at this point in the history
TARGET_CFLAGS was pointing to /usr/include/libnl3 instead
of $(STAGING_DIR)/usr/include/libnl3

Signed-off-by: Daniel Dickinson <[email protected]>
Signed-off-by: Jonathan McCrohan <[email protected]>
  • Loading branch information
Daniel Dickinson authored and jmccrohan committed Mar 29, 2016
1 parent 2e917e1 commit dfe9dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wavemon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dfe9dfd

Please sign in to comment.