mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
netifd: fix compile error when both libnl and libnl-tiny are built
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28854 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
33f4cde7a9
commit
c68728567a
@ -23,8 +23,8 @@ define Package/netifd
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += \
|
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 += \
|
CMAKE_OPTIONS += \
|
||||||
-DLIBNL_LIBS=-lnl-tiny \
|
-DLIBNL_LIBS=-lnl-tiny \
|
||||||
|
Loading…
Reference in New Issue
Block a user