projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
this patch fixes uboot-envtools so that it is no longer broken.
[openwrt.git]
/
package
/
dnsmasq
/
Makefile
diff --git
a/package/dnsmasq/Makefile
b/package/dnsmasq/Makefile
index
d3399ab
..
098728e
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
This page took
0.019774 seconds
and
4
git commands to generate.