projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix dnsmasq compilation on some systems
[openwrt.git]
/
package
/
dnsmasq
/
Makefile
diff --git
a/package/dnsmasq/Makefile
b/package/dnsmasq/Makefile
index
6e4c222
..
c5b5718
100644
(file)
--- a/
package/dnsmasq/Makefile
+++ b/
package/dnsmasq/Makefile
@@
-34,6
+34,7
@@
define Build/Compile
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \
BINDIR="/usr/sbin" MANDIR="/usr/man" \
+ AWK="awk" \
all
endef
This page took
0.022312 seconds
and
4
git commands to generate.