projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] dnsmasq: add missing config_get, localize variables, bump package revision
[openwrt.git]
/
package
/
hostap-utils
/
Makefile
diff --git
a/package/hostap-utils/Makefile
b/package/hostap-utils/Makefile
index
7ed0fd9
..
1d7b221
100644
(file)
--- a/
package/hostap-utils/Makefile
+++ b/
package/hostap-utils/Makefile
@@
-3,7
+3,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
@@
-28,7
+27,7
@@
endef
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
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
all
endef
This page took
0.022685 seconds
and
4
git commands to generate.