projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e49e0c
)
dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Mon, 1 Mar 2010 21:19:05 +0000
(21:19 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Mon, 1 Mar 2010 21:19:05 +0000
(21:19 +0000)
SVN-Revision: 19942
package/dnsmasq/Makefile
patch
|
blob
|
history
diff --git
a/package/dnsmasq/Makefile
b/package/dnsmasq/Makefile
index d3399ab58aec8e6ff3ec7176c603b7e23dc6f5cb..098728e7b0c657612770d5fc8a692bc94fa9817d 100644
(file)
--- 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