diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-06 13:54:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-06 13:54:42 +0000 |
commit | 287dbd648a1b7a468911f468850e05d5d887fbc9 (patch) | |
tree | 1ae001013ca7947e7057cdbef634570aa4fcd95d /package/wprobe | |
parent | ca609a2431ca0936dd8f4c59532f1d8e03005e08 (diff) | |
download | upstream-287dbd648a1b7a468911f468850e05d5d887fbc9.tar.gz upstream-287dbd648a1b7a468911f468850e05d5d887fbc9.tar.bz2 upstream-287dbd648a1b7a468911f468850e05d5d887fbc9.zip |
fix wprobe conflict with libnl
SVN-Revision: 15636
Diffstat (limited to 'package/wprobe')
-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 |