aboutsummaryrefslogtreecommitdiffstats
path: root/package/wprobe
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-06 13:54:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-06 13:54:42 +0000
commit3c3e1c858e5bb4c0aefccebe74050253cc2765fa (patch)
tree1d9f5fad7981ac18dba2bab52112896bcb69b213 /package/wprobe
parentba03915406ca7e1fd741c3b27435de79cf547704 (diff)
downloadupstream-3c3e1c858e5bb4c0aefccebe74050253cc2765fa.tar.gz
upstream-3c3e1c858e5bb4c0aefccebe74050253cc2765fa.tar.bz2
upstream-3c3e1c858e5bb4c0aefccebe74050253cc2765fa.zip
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 7b49b6598f..fe96512e29 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