mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
netifd: fix compile error when both libnl and libnl-tiny are built
SVN-Revision: 28854
This commit is contained in:
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
Block a user