diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-06 13:54:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-06 13:54:42 +0000 |
commit | fa6457920a530355e47eafe7281fb8b1ce866596 (patch) | |
tree | 1d9f5fad7981ac18dba2bab52112896bcb69b213 | |
parent | 499a89fad2a72b3064a713b73dd99d792c535a5f (diff) |
fix wprobe conflict with libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15636 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/wprobe/Makefile | 4 |
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 |