mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 19:49:54 +02:00
[package] dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19942 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cca15d6bb8
commit
f55444d398
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user