[package] dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 1 Mar 2010 21:19:05 +0000 (21:19 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 1 Mar 2010 21:19:05 +0000 (21:19 +0000)
SVN-Revision: 19942

package/dnsmasq/Makefile

index d3399ab58aec8e6ff3ec7176c603b7e23dc6f5cb..098728e7b0c657612770d5fc8a692bc94fa9817d 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