1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00

netifd: fix compile error when both libnl and libnl-tiny are built

SVN-Revision: 28854
This commit is contained in:
Felix Fietkau 2011-11-08 10:12:31 +00:00
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 \