summaryrefslogtreecommitdiffstats
path: root/package/wprobe
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-06 13:54:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-06 13:54:42 +0000
commitfa6457920a530355e47eafe7281fb8b1ce866596 (patch)
tree1d9f5fad7981ac18dba2bab52112896bcb69b213 /package/wprobe
parent499a89fad2a72b3064a713b73dd99d792c535a5f (diff)
fix wprobe conflict with libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15636 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/wprobe')
-rw-r--r--package/wprobe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile
index 7b49b6598..fe96512e2 100644
--- a/package/wprobe/Makefile
+++ b/package/wprobe/Makefile
@@ -59,9 +59,9 @@ define Build/Prepare
$(CP) src/* $(PKG_BUILD_DIR)/
endef
-TARGET_CFLAGS += \
+TARGET_CPPFLAGS := \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
- -I$(STAGING_DIR)/usr/include
+ $(TARGET_CPPFLAGS)
ifdef CONFIG_PACKAGE_kmod-wprobe
define Build/Compile/kmod