summaryrefslogtreecommitdiffstats
path: root/package/hostap-utils
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-03-28 00:35:26 +0000
committerNicolas Thill <nico@openwrt.org>2007-03-28 00:35:26 +0000
commit7f409744a44fcc7b7935d6c5f590a9c454ea7197 (patch)
tree7d629c11a99fc5c47080bf9dc7c7f54d0754f18a /package/hostap-utils
parent32490cac266799b368d73382af609b3625574c9b (diff)
downloadmaster-31e0f0ae-7f409744a44fcc7b7935d6c5f590a9c454ea7197.tar.gz
master-31e0f0ae-7f409744a44fcc7b7935d6c5f590a9c454ea7197.tar.bz2
master-31e0f0ae-7f409744a44fcc7b7935d6c5f590a9c454ea7197.zip
replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGS
SVN-Revision: 6735
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 7ed0fd9f5b..bac0d3f106 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