From 54d981bccb88c4be77ff2874bcd08da58d36213f Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 31 Mar 2008 21:17:45 +0000
Subject: [PATCH] fix dnsmasq compilation on some systems

SVN-Revision: 10696
---
 package/dnsmasq/Makefile | 1 +
 1 file changed, 1 insertion(+)

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
 
-- 
GitLab