[tools] xz: link statically

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33111 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:27:00 +00:00
parent a1eb741c14
commit 30eee2d73a

View File

@ -15,8 +15,10 @@ PKG_MD5SUM:=8d900b742b94fa9e708ca4f5a4b29003
include $(INCLUDE_DIR)/host-build.mk
HOST_LDFLAGS += -static
define Host/Install
$(MAKE) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat"
$(MAKE) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat" AM_LDFLAGS="-all-static"
endef
$(eval $(call HostBuild))