git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2e40c6b
)
libs/liblz4: Use xz compression instead of gz
author
Daniel Engberg
<redacted>
Fri, 16 Dec 2016 14:01:54 +0000
(15:01 +0100)
committer
Yousong Zhou
<redacted>
Sat, 17 Dec 2016 07:05:29 +0000
(
01:05
-0600)
Use xz compression as it saves space compared to gz.
Signed-off-by: Daniel Engberg <redacted>
libs/liblz4/Makefile
patch
|
blob
|
history
diff --git
a/libs/liblz4/Makefile
b/libs/liblz4/Makefile
index fd173e5f6c2cbc4ecc8295bda88454d8beede9c4..6e520679057576b9f246cfdc5df78ecd09fb0858 100644
(file)
--- a/
libs/liblz4/Makefile
+++ b/
libs/liblz4/Makefile
@@
-16,7
+16,7
@@
PKG_RELEASE:=1
PKG_LICENSE:=BSD-2-Clause
PKG_MAINTAINER:=Darik Horn <dajhorn@vanadac.com>
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.
g
z
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.
x
z
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=https://github.com/Cyan4973/lz4.git
git clone https://git.99rst.org/PROJECT