fix dnsmasq compilation on some systems
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 Mar 2008 21:17:45 +0000 (21:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 31 Mar 2008 21:17:45 +0000 (21:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10696 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/dnsmasq/Makefile

index 6e4c222..c5b5718 100644 (file)
@@ -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
 
This page took 0.028407 seconds and 4 git commands to generate.