1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 22:23:16 +03:00

[tools] xz: link statically

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33111 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-08-10 19:27:00 +00:00
parent b65d4e12e2
commit 0f732ba6b4

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))