summaryrefslogtreecommitdiffstats
path: root/package/hostap-utils
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-28 00:35:26 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-28 00:35:26 +0000
commit512850aa048f2ee940836d292b50f70dd6ea66f2 (patch)
treed81132cca6f4e52af44f99c02a8bdcace7614854 /package/hostap-utils
parentab261bbbf32330d174e035ea5037066ba5eb185a (diff)
replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostap-utils')
-rw-r--r--package/hostap-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostap-utils/Makefile b/package/hostap-utils/Makefile
index 7ed0fd9f5..bac0d3f10 100644
--- a/package/hostap-utils/Makefile
+++ b/package/hostap-utils/Makefile
@@ -28,7 +28,7 @@ endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include -Wall" \
+ CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) -Wall" \
all
endef