[package] dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
[openwrt.git] / 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.025234 seconds and 4 git commands to generate.