projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update openvpn to latest upstream release (fix #48)
[openwrt.git]
/
package
/
atftp
/
Makefile
diff --git
a/package/atftp/Makefile
b/package/atftp/Makefile
index
3a69231
..
a609c53
100644
(file)
--- a/
package/atftp/Makefile
+++ b/
package/atftp/Makefile
@@
-53,6
+53,7
@@
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS) -Wall -D_REENTRANT" \
DESTDIR=$(PKG_INSTALL_DIR) \
all install
touch $@
This page took
0.020906 seconds
and
4
git commands to generate.