6to4: set the tunnel remote endpoint to any, put the gateway in the route instead
[openwrt.git] / tools / upx / Makefile
index 0a805f0..2f3313c 100644 (file)
@@ -20,7 +20,8 @@ include $(INCLUDE_DIR)/host-build.mk
 
 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
This page took 0.023429 seconds and 4 git commands to generate.