aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-11-08 10:12:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-11-08 10:12:31 +0000
commitb2dce50790e96a004c24969b2bc1fe4feba33f41 (patch)
tree64e093182f7a2ff23bf2f578869a417bb7e9a83f /package
parenta31e4087d1b5eba0e0667b26543c651a6b62c329 (diff)
downloadmaster-187ad058-b2dce50790e96a004c24969b2bc1fe4feba33f41.tar.gz
master-187ad058-b2dce50790e96a004c24969b2bc1fe4feba33f41.tar.bz2
master-187ad058-b2dce50790e96a004c24969b2bc1fe4feba33f41.zip
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
Diffstat (limited to 'package')
-rw-r--r--package/netifd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/netifd/Makefile b/package/netifd/Makefile
index 98b4a4044f..831bb6c49f 100644
--- a/package/netifd/Makefile
+++ b/package/netifd/Makefile
@@ -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 \