projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ed1824
)
fix dnsmasq compilation on some systems
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Mar 2008 21:17:45 +0000
(21:17 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 31 Mar 2008 21:17:45 +0000
(21:17 +0000)
SVN-Revision: 10696
package/dnsmasq/Makefile
patch
|
blob
|
history
diff --git
a/package/dnsmasq/Makefile
b/package/dnsmasq/Makefile
index 6e4c2229c45089e0bfe8163eb0fb57b0189c54d8..c5b57183175465eb66c45ae5bcefb521ce85469c 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