X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/632ba3f86836cbbf46241eada7a42fd4a34fa7ef..d22d877ba4e70ddd1fab7d42ab400e12948c1204:/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