netifd: fix compile error when both libnl and libnl-tiny are built
SVN-Revision: 28854
This commit is contained in:
parent
7a2efd8c28
commit
9906717bfb
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ define Package/netifd
|
|||
endef
|
||||
|
||||
TARGET_CFLAGS += \
|
||||
-I$(STAGING_DIR)/usr/include \
|
||||
-I$(STAGING_DIR)/usr/include/libnl-tiny
|
||||
-I$(STAGING_DIR)/usr/include/libnl-tiny \
|
||||
-I$(STAGING_DIR)/usr/include
|
||||
|
||||
CMAKE_OPTIONS += \
|
||||
-DLIBNL_LIBS=-lnl-tiny \
|
||||
|
|
Loading…
Reference in a new issue