[package] dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Mar 2010 21:19:05 +0000 (21:19 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Mar 2010 21:19:05 +0000 (21:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19942 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/dnsmasq/Makefile

index d3399ab..098728e 100644 (file)
@@ -36,7 +36,7 @@ endef
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
-               CFLAGS="$(TARGET_CFLAGS) -DHAVE_ISC_READER=1" \
+               CFLAGS="$(TARGET_CFLAGS)" \
                BINDIR="/usr/sbin" MANDIR="/usr/man" \
                AWK="awk" \
                all
This page took 0.030956 seconds and 4 git commands to generate.