mirror of https://github.com/hak5/openwrt.git
netifd: fix compile error when both libnl and libnl-tiny are built
SVN-Revision: 28854lede-17.01
parent
7a2efd8c28
commit
9906717bfb
|
@ -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 New Issue