Browse Source

fix dnsmasq compilation on some systems

SVN-Revision: 10696
Felix Fietkau 18 years ago
parent
commit
54d981bccb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/dnsmasq/Makefile

+ 1 - 0
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