projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
6to4: set the tunnel remote endpoint to any, put the gateway in the route instead
[openwrt.git]
/
tools
/
upx
/
Makefile
diff --git
a/tools/upx/Makefile
b/tools/upx/Makefile
index
0a805f0
..
2f3313c
100644
(file)
--- a/
tools/upx/Makefile
+++ b/
tools/upx/Makefile
@@
-20,7
+20,8
@@
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
rm -f $(HOST_BUILD_DIR)/src/.depend
define Host/Compile
rm -f $(HOST_BUILD_DIR)/src/.depend
- $(MAKE) UPX_LZMADIR="$(BUILD_DIR_HOST)/lzma-4.65" -C $(HOST_BUILD_DIR)/src
+ $(MAKE) UPX_LZMADIR="$(BUILD_DIR_HOST)/lzma-4.65" -C $(HOST_BUILD_DIR)/src \
+ CXXFLAGS_WERROR=
endef
define Host/Install
endef
define Host/Install
This page took
0.032339 seconds
and
4
git commands to generate.