From: nbd Date: Wed, 6 May 2009 13:54:42 +0000 (+0000) Subject: fix wprobe conflict with libnl X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=fa6457920a530355e47eafe7281fb8b1ce866596;hp=499a89fad2a72b3064a713b73dd99d792c535a5f fix wprobe conflict with libnl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15636 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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