From 23bd75aa8ead7f0e0af215df981e4c65bbf7cd97 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 31 Mar 2008 21:17:45 +0000 Subject: fix dnsmasq compilation on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10696 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/dnsmasq/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/dnsmasq/Makefile') diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 6e4c2229c..c5b571831 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 -- cgit v1.2.3