projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tools/xz: add some upstream patches
[openwrt.git]
/
tools
/
xz
/
Makefile
diff --git
a/tools/xz/Makefile
b/tools/xz/Makefile
index
5689e18
..
36644cd
100644
(file)
--- a/
tools/xz/Makefile
+++ b/
tools/xz/Makefile
@@
-7,12
+7,16
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.0.
0
+PKG_VERSION:=5.0.
1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://tukaani.org/xz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://tukaani.org/xz
-PKG_MD5SUM:=
0652c09fdbb93ae2ce78c1368ffda612
+PKG_MD5SUM:=
cb6c7a58cec4d663a395c54d186ca0c6
include $(INCLUDE_DIR)/host-build.mk
include $(INCLUDE_DIR)/host-build.mk
+define Host/Install
+ $(MAKE) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat"
+endef
+
$(eval $(call HostBuild))
$(eval $(call HostBuild))
This page took
0.025246 seconds
and
4
git commands to generate.