squashfs-tools: enable zstd compression
This commit is contained in:
parent
e1632b8562
commit
ec5c7fda2b
@ -1,11 +1,11 @@
|
||||
# Template file for 'squashfs-tools'
|
||||
pkgname=squashfs-tools
|
||||
version=4.4
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="squashfs${version}"
|
||||
build_wrksrc="squashfs-tools"
|
||||
build_style=gnu-makefile
|
||||
makedepends="zlib-devel lzo-devel liblzma-devel liblz4-devel"
|
||||
makedepends="zlib-devel lzo-devel liblzma-devel liblz4-devel libzstd-devel"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://squashfs.sf.net/"
|
||||
short_desc="Tool to create and append to squashfs filesystems"
|
||||
@ -16,7 +16,7 @@ checksum=a981b3f3f2054b5a2e658851a3c06a2460ad04a9a8a645e0afe063a63fdbb07e
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1
|
||||
make ${makejobs} XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 LZ4_SUPPORT=1 ZSTD_SUPPORT=1
|
||||
}
|
||||
|
||||
do_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user