X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8bf1bbe10d09e93e97f72d0f67bc810d581b9c03..a27a0f0fe52cf674b810e01f9e888067fd8bad87:/package/dnsmasq/Makefile diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index d3399ab58..098728e7b 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -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