aboutsummaryrefslogtreecommitdiffstats
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
commitff6f3d23b4af39d3b43cbf70a56d56b8ffc8de79 (patch)
tree5f1621b3593e7559ee56717041ab9788f53e0112 /package
parent698aeff1cb571abdb41c1ccfa213a63f03d4dae7 (diff)
downloadupstream-ff6f3d23b4af39d3b43cbf70a56d56b8ffc8de79.tar.gz
upstream-ff6f3d23b4af39d3b43cbf70a56d56b8ffc8de79.tar.bz2
upstream-ff6f3d23b4af39d3b43cbf70a56d56b8ffc8de79.zip
fix dnsmasq compilation on some systems
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10696 3c298f89-4303-0410-b956-a3cf2f4a3e73
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