Skip to content
Snippets Groups Projects
Commit 54e588c1 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

upx: link statically

SVN-Revision: 33109
parent 709d0b0d
No related branches found
No related tags found
No related merge requests found
#
# Copyright (C) 2011 OpenWrt.org
# Copyright (C) 2011-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
......@@ -21,7 +21,7 @@ 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 \
CXXFLAGS_WERROR=
CXXFLAGS_WERROR="" LDFLAGS="$(HOST_LDFLAGS) -static"
endef
define Host/Install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment