diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:46:54 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:46:54 +0000 |
| commit | ddfed8647d0a9755a1b6838060ec7dd8b20e2896 (patch) | |
| tree | f0df9468c96b0f5820ac61208cf5eae79494a5a1 /repos/extra/squashfs-tools/abuild | |
| parent | 47efe5286bd48081468793330c687e24da64f620 (diff) | |
| download | alicelinux-ddfed8647d0a9755a1b6838060ec7dd8b20e2896.tar.gz alicelinux-ddfed8647d0a9755a1b6838060ec7dd8b20e2896.zip | |
squashfs-tools: updated to 4.7.2
Diffstat (limited to 'repos/extra/squashfs-tools/abuild')
| -rw-r--r-- | repos/extra/squashfs-tools/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/repos/extra/squashfs-tools/abuild b/repos/extra/squashfs-tools/abuild index c8d371fd..0aa2e8cb 100644 --- a/repos/extra/squashfs-tools/abuild +++ b/repos/extra/squashfs-tools/abuild @@ -1,7 +1,8 @@ name=squashfs-tools -version=4.6.1 +version=4.7.2 release=1 -source="https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz" +source="https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz + 0002-generate-manpages-Workaround-busybox-sed.patch" build() { make ZSTD_SUPPORT=1 GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1 EXTRA_CFLAGS="-fcommon" -C $name |