summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-03-31 21:17:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-03-31 21:17:45 +0000
commit54d981bccb88c4be77ff2874bcd08da58d36213f (patch)
tree5072ccf1218959c4d43c48b3852c7a4df02971cb /package
parent0ed1824fa1f9a417d59b00e563537f7cf8fadecd (diff)
downloadmaster-31e0f0ae-54d981bccb88c4be77ff2874bcd08da58d36213f.tar.gz
master-31e0f0ae-54d981bccb88c4be77ff2874bcd08da58d36213f.tar.bz2
master-31e0f0ae-54d981bccb88c4be77ff2874bcd08da58d36213f.zip
fix dnsmasq compilation on some systems
SVN-Revision: 10696
Diffstat (limited to 'package')
-rw-r--r--package/dnsmasq/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile
index 6e4c2229c4..c5b5718317 100644
--- 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