projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] base-files: initialize GZIPED to 0 in sysupgrade since it's used later...
[openwrt.git]
/
package
/
iw
/
Makefile
diff --git
a/package/iw/Makefile
b/package/iw/Makefile
index
9187b55
..
fb10f10
100644
(file)
--- a/
package/iw/Makefile
+++ b/
package/iw/Makefile
@@
-37,7
+37,8
@@
TARGET_CPPFLAGS:= \
-I$(STAGING_DIR)/usr/include/libnl-tiny \
-I$(STAGING_DIR)/usr/include/mac80211 \
$(TARGET_CPPFLAGS) \
- -DCONFIG_LIBNL20
+ -DCONFIG_LIBNL20 \
+ -D_GNU_SOURCE
MAKE_FLAGS += \
CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
This page took
0.020209 seconds
and
4
git commands to generate.