X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5aa8ed59a978117d1ea238b5c77ea308f0a6fe66..3965ba8cd5782f65f00e072a3987acfac2bf069e:/package/dnsmasq/Makefile diff --git a/package/dnsmasq/Makefile b/package/dnsmasq/Makefile index 0efb349bc..f6c2d36c5 100644 --- a/package/dnsmasq/Makefile +++ b/package/dnsmasq/Makefile @@ -36,7 +36,7 @@ endef define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ - CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \ + $(TARGET_CONFIGURE_OPTS) \ BINDIR="/usr/sbin" MANDIR="/usr/man" \ all endef