From 287dbd648a1b7a468911f468850e05d5d887fbc9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 6 May 2009 13:54:42 +0000 Subject: fix wprobe conflict with libnl SVN-Revision: 15636 --- package/wprobe/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/wprobe') diff --git a/package/wprobe/Makefile b/package/wprobe/Makefile index 7b49b65..fe96512 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 -- cgit v1.1