From fa6457920a530355e47eafe7281fb8b1ce866596 Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 6 May 2009 13:54:42 +0000 Subject: [PATCH] fix wprobe conflict with libnl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wprobe/Makefile | 4 ++-- 1 file 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 -- 2.35.1